#include "api.h" #include "crypto_scalarmult.h" #ifndef HAVE_TI_MODE static const unsigned char basepoint[32] = {9}; int crypto_scalarmult_base(unsigned char *q,const unsigned char *n) { return crypto_scalarmult(q,n,basepoint); } #endif