move fe25519

This commit is contained in:
NIIBE Yutaka
2014-03-14 13:07:51 +09:00
parent fb8cb58c5c
commit bfe0466bd2
3 changed files with 5 additions and 0 deletions

4
src/mod25638.h Normal file
View File

@@ -0,0 +1,4 @@
#define FE25519_WORDS 8
typedef struct fe25519 {
uint32_t word[FE25519_WORDS]; /* Little endian */
} fe25519;