1 #ifndef curve25519_sandy2x_H
2 #define curve25519_sandy2x_H
3 
4 #include "crypto_scalarmult_curve25519.h"
5 
6 extern struct crypto_scalarmult_curve25519_implementation
7     crypto_scalarmult_curve25519_sandy2x_implementation;
8 
9 #endif
10