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:22:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
977e909f606b5a2a3e8bd0a85bc81ef03cd1fea4
wolfssl
/
wolfcrypt
History
David Garske
b0eeed364b
Fix for
intelasm
and ChaCha20 with causing "error: unknown type name '__m256i'" on some compilers. Fix is to change the
__m128i
and
__m256i
to arrays of
word64
(source Sean PR
#1079
).
2017-08-03 10:00:20 -07:00
..
benchmark
Fixes for PIC32MZ:
2017-08-01 12:42:09 -07:00
src
Fix for
intelasm
and ChaCha20 with causing "error: unknown type name '__m256i'" on some compilers. Fix is to change the
__m128i
and
__m256i
to arrays of
word64
(source Sean PR
#1079
).
2017-08-03 10:00:20 -07:00
test
Fixes for PIC32MZ:
2017-08-01 12:42:09 -07:00
user-crypto
add sanity check in fast-rsa and change loop behavior when generating fast-rsa key
2017-08-01 11:29:16 -06:00