Manuel Pégourié-Gonnard 7c51451cce Tune coverage of ecc-heap.sh
Include more curves. For example, the Brainpool curves don't have
dedicated "mod p" reduction routines, so they have a much larger number
of allocs (comparable to the NIST curves with `MBEDTLS_ECP_NIST_OPTIM`
disabled).

On the other hand, to keep the script's running time reasonable, remove
a few things:
- curves smaller than 256 bits (out of favour these days)
- window sizes larger than the default: 6 was particularly useless as
it's never selected by the current code; 5 can only be selected with
curves >= 384 and is unlikely to be used in practice as it increases
heap usage quite a lot for very little performance gain.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-01-06 12:20:48 +01:00
..
2021-12-10 21:38:12 +08:00
2021-12-10 14:23:37 +08:00
2021-11-03 07:31:00 +00:00
2021-06-28 09:28:33 +01:00
2021-12-02 12:48:50 +01:00
2022-01-06 12:20:48 +01:00
2021-06-28 09:28:33 +01:00