lokinet/crypto/curve25519/sandy2x/curve25519_sandy2x.h

10 lines
232 B
C
Raw Normal View History

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