curve25519-ref10.h 259 B

12345678
  1. #ifndef CURVE25519_REF10_H
  2. #define CURVE25519_REF10_H
  3. int crypto_scalarmult_base_ref10(unsigned char *q,const unsigned char *n);
  4. int crypto_scalarmult_ref10(unsigned char *q, const unsigned char *n, const unsigned char *p);
  5. #endif /* CURVE25519_REF10_H */