mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-21 11:41:10 +01:00
There's nothing wrong with ECC keys on Brainpool curves, but operations with them are very slow. So we only exercise them with a single algorithm, not with all possible hashes. We do exercise other curves with all algorithms so test coverage is perfectly adequate like this. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>