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 23:32:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
413506f2b517b1848e15c061963b388385aef0b4
wolfssl
/
wolfcrypt
History
David Garske
413506f2b5
Adds new
wc_RsaSetNonblockTime
API and
WC_RSA_NONBLOCK_TIME
build option. This new function configures the maximum amount of blocking time in microseconds. It uses a pre-computed table along with the CPU speed in megahertz to determine if the next operation can be completed within the maximum blocking time provided.
2018-12-19 13:15:41 -08:00
..
benchmark
Added support for QAT RSA Key Generation.
2018-12-17 12:54:33 -08:00
src
Adds new
wc_RsaSetNonblockTime
API and
WC_RSA_NONBLOCK_TIME
build option. This new function configures the maximum amount of blocking time in microseconds. It uses a pre-computed table along with the CPU speed in megahertz to determine if the next operation can be completed within the maximum blocking time provided.
2018-12-19 13:15:41 -08:00
test
Adds new
wc_RsaSetNonblockTime
API and
WC_RSA_NONBLOCK_TIME
build option. This new function configures the maximum amount of blocking time in microseconds. It uses a pre-computed table along with the CPU speed in megahertz to determine if the next operation can be completed within the maximum blocking time provided.
2018-12-19 13:15:41 -08:00
user-crypto
Fix for unused variable in new fast-rsa function
wc_RsaPublicKeyDecode_ex
.
2018-10-25 11:12:33 -07:00