Merge commit 'ef0a8b4d2e245be27cc27a782fb1b807ed0e2618'

This commit is contained in:
Harshavardhana
2014-11-13 21:54:50 -08:00
5 changed files with 100 additions and 43 deletions
+2 -2
View File
@@ -29,9 +29,9 @@
#define fe25519_invert crypto_sign_ed25519_ref_fe25519_invert
#define fe25519_pow2523 crypto_sign_ed25519_ref_fe25519_pow2523
typedef struct
typedef struct
{
crypto_uint32 v[32];
crypto_uint32 v[32];
}
fe25519;