commit | 23972e9f1c980a09ec93cc764ad3146257b2cae3 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Nov 27 12:21:24 2018 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Apr 07 11:15:15 2020 +0200 |
tree | 2cdc33f93301783085e9d7459f3a24baeedb1402 | |
parent | 1fcbc05b3cd25f3cc05b7baf2f0de1eaf803b791 [diff] |
libmedtls: mpi_miller_rabin: increase count limit Increase the count limit when generating the witness in the Rabin-Miller primality test. The previous number 30 was too low to reliably detect 000000022770A7DC599BC90B2FF981CCB5CF05703344C8F350418AAD as a prime number. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [jf: rebased onto mbedtls-2.16.5] Signed-off-by: Jerome Forissier <jerome@forissier.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers