packages feed

crypton-0.32: cbits/crypton_curve25519.h

#ifndef CRYPTON_CURVE25519_H
#define CRYPTON_CURVE25519_H

int crypton_curve25519_donna(u8 *mypublic, const u8 *secret, const u8 *basepoint);

#endif