move fe25519
This commit is contained in:
4
src/mod25638.h
Normal file
4
src/mod25638.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#define FE25519_WORDS 8
|
||||
typedef struct fe25519 {
|
||||
uint32_t word[FE25519_WORDS]; /* Little endian */
|
||||
} fe25519;
|
||||
Reference in New Issue
Block a user