mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 16:40:49 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user