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 20:32:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5d2610c96d0611a28260dbf9f9481cd39aa463dc
wolfssl
/
wolfcrypt
History
Daniel Pouzzner
5d2610c96d
wolfssl/wolfcrypt/sp_int.h and wolfcrypt/src/sp_int.c: add struct sp_int_minimal, with same structure as struct sp_int but only one digit, to allow error-free access to sp_ints allocated with ALLOC_SP_INT() with fewer than SP_INT_DIGITS digits, and use the new type in _sp_zero() and sp_init_size() to eliminate -Werror=array-bounds on _sp_zero() under gcc-13.
2022-09-15 13:16:27 -05:00
..
benchmark
Merge pull request
#5547
from JacobBarthelmeh/mcux
2022-09-07 12:54:54 -07:00
src
wolfssl/wolfcrypt/sp_int.h and wolfcrypt/src/sp_int.c: add struct sp_int_minimal, with same structure as struct sp_int but only one digit, to allow error-free access to sp_ints allocated with ALLOC_SP_INT() with fewer than SP_INT_DIGITS digits, and use the new type in _sp_zero() and sp_init_size() to eliminate -Werror=array-bounds on _sp_zero() under gcc-13.
2022-09-15 13:16:27 -05:00
test
Merge pull request
#5547
from JacobBarthelmeh/mcux
2022-09-07 12:54:54 -07:00
user-crypto
update copyright year to 2022
2022-07-19 10:44:31 -06:00