lokinet/crypto/curve25519/ref10/x25519_ref10.h

11 lines
256 B
C
Raw Normal View History

2018-10-23 11:29:37 +00:00
#ifndef x25519_ref10_H
#define x25519_ref10_H
#include <sodium/crypto_scalarmult_curve25519.h>
#include "../scalarmult_curve25519.h"
extern struct crypto_scalarmult_curve25519_implementation
crypto_scalarmult_curve25519_ref10_implementation;
#endif