This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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