mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 23:03:06 -04: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>