mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-26 18:58:45 +00:00
The number of loop iterations per candidate in `mbedtls_deduce_primes` was off by one. This commit corrects this and removes a toy non-example from the RSA test suite, as it seems difficult to have the function fail on small values of N even if D,E are corrupted.