#include "fe.h" static const unsigned char basepoint[32] = {9}; int crypto_scalarmult_base(unsigned char *q, const unsigned char *n) { return x25519(q,n,basepoint); }