mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-01 18:21:07 +02:00
mbedtls_mpi_exp_mod can be called in three ways regarding the speed-up parameter _RR: null (unused), zero (will be updated), nonzero (will be used). Systematically test all three. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>