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
Sean Parkinson
d3fc8c229a
mp_sqrt: TonelliShanks algorithm doesn't handle zero
...
(0 * 0) mod p = 0. Modular reduce n and shortcut when 0.
2021-11-16 09:23:07 +10:00
..
benchmark
linuxkm: add --enable-benchmark switch (default yes) and BUILD_BENCHMARK conditional to configure.ac to allow build with testwolfcrypt but without benchmark; change gate in wolfcrypt/benchmark/include.am from
if !BUILD_LINUXKM
to
if BUILD_BENCHMARK
.
2021-11-08 18:25:15 -06:00
src
mp_sqrt: TonelliShanks algorithm doesn't handle zero
2021-11-16 09:23:07 +10:00
test
test.c: fix whitespace.
2021-11-08 18:24:42 -06:00
user-crypto
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
2021-11-08 17:35:05 -06:00