commit | e5b6c167f80955ce0f4b32101dafc719ba2d205a | [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> | Mon Aug 02 10:48:41 2021 +0200 |
tree | 62f8cb09c790eb70771c39b6a3c1883cf985f369 | |
parent | b81d896a903dd6465e5df8278c3ee425afe6d91c [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.22.0] Signed-off-by: Jerome Forissier <jerome@forissier.org> [jf: rebased onto mbedtls-2.27.0] 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