Remove unused base_curve25519_donna_c64.c file from the repository

This commit is contained in:
Frank Denis
2015-11-07 00:16:32 +01:00
parent 03a67b6eeb
commit c574ad86e5
@@ -1,13 +0,0 @@
#include "api.h"
#ifdef 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