Files
rippled/external/ed25519-donna/fuzz/curve25519-ref10.h
2024-04-19 11:32:14 -05:00

9 lines
259 B
C

#ifndef CURVE25519_REF10_H
#define CURVE25519_REF10_H
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);
#endif /* CURVE25519_REF10_H */