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