mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 12:40:48 +02:00
Fix issue with ARMv8 not performing 128-bit math against constants correctly in debug builds. Fix was to use the __int128_t as const for integers. Also added ./configure --enable-curve25519=no128bit option to force FE to not use the int128_t math.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include <wolfcrypt/src/misc.c>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE___UINT128_T
|
||||
#ifdef CURVED25519_128BIT
|
||||
#include "fe_x25519_128.i"
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user