wolfssl/wolfcrypt
Sean Parkinson e55e6790dd mp_sqrtmod_prime: bail early on the check for small values
When using custom curves, only use the first 22 values with the prime to
calculate Legendre symbol. The known curves work and defeats long running
times when non-prime values are passed in.
2023-10-03 16:48:34 +10:00
..
benchmark
src mp_sqrtmod_prime: bail early on the check for small values 2023-10-03 16:48:34 +10:00
test
user-crypto