mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove unused base_curve25519_donna_c64.c file from the repository
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user