ed25519-donna: batchpack maybe

This commit is contained in:
cathugger
2019-01-27 20:05:26 +02:00
parent f48239bbd7
commit 3406354480
3 changed files with 51 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ typedef struct ge25519_pniels_t {
bignum25519 ysubx, xaddy, z, t2d;
} ge25519_pniels;
typedef unsigned char bytes32[32];
#include "ed25519-donna-basepoint-table.h"
#if defined(ED25519_64BIT)