crypton/cbits/cryptonite_curve25519.h
2015-01-27 06:20:19 +00:00

7 lines
159 B
C

#ifndef CRYPTONITE_CURVE25519_H
#define CRYPTONITE_CURVE25519_H
int cryptonite_curve25519_donna(u8 *mypublic, const u8 *secret, const u8 *basepoint);
#endif