#ifndef CRYPTON_CURVE25519_H #define CRYPTON_CURVE25519_H int crypton_curve25519_donna(u8 *mypublic, const u8 *secret, const u8 *basepoint); #endif