Electroneum
curve25519-ref10.h
Go to the documentation of this file.
1 #ifndef CURVE25519_REF10_H
2 #define CURVE25519_REF10_H
3 
4 int crypto_scalarmult_base_ref10(unsigned char *q,const unsigned char *n);
5 int crypto_scalarmult_ref10(unsigned char *q, const unsigned char *n, const unsigned char *p);
6 
7 #endif /* CURVE25519_REF10_H */
8 
int crypto_scalarmult_ref10(unsigned char *q, const unsigned char *n, const unsigned char *p)
int crypto_scalarmult_base_ref10(unsigned char *q, const unsigned char *n)