Merge pull request #1026 from dgarske/curve_128bit

Fix for ARMv8 and Curve25519 with debug enabled
This commit is contained in:
toddouska
2017-07-14 13:27:22 -07:00
committed by GitHub
6 changed files with 73 additions and 56 deletions

View File

@@ -41,7 +41,7 @@
#include <wolfcrypt/src/misc.c>
#endif
#ifdef HAVE___UINT128_T
#ifdef CURVED25519_128BIT
#include "fe_x25519_128.i"
#else