This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-27 13:12:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8612d52844ca50ab1ccf0a4f354c49f89fe0adb8
wolfssl
/
wolfcrypt
History
David Garske
8612d52844
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.
2017-07-14 10:39:30 -07:00
..
benchmark
Merge pull request
#996
from jrblixt/unitTest_api_addAes-PR06152017
2017-07-11 08:36:13 -07:00
src
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.
2017-07-14 10:39:30 -07:00
test
Merge pull request
#1011
from dgarske/fixes_armv8
2017-07-12 15:44:31 -06:00
user-crypto
RipeMd and Sha224 added to unit test.
2017-05-18 09:32:11 -06:00