Curve25519 converted from inline assembly to asm only

Fixed large values (top bit set) in tables to be negative as the type is
signed.
Put C++ protection around function prototypes in fe_operations.h.
This commit is contained in:
Sean Parkinson
2019-04-11 16:17:48 +10:00
parent c78b0c3a40
commit e5bf2ed1d1
7 changed files with 17578 additions and 3475 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#endif
#ifdef CURVED25519_X64
#include "fe_x25519_x64.i"
/* Assumbly code in fe_x25519_asm.* */
#elif defined(CURVED25519_128BIT)
#include "fe_x25519_128.i"
#else