I have been testing ECDSA speed with
openssl speed ecdsa
It took more than 7 minutes to report 22 curves. However, in most cases I only care about NIST P-256 (obviously), so it’s a waste of time for me to run so many niche curves. Is there something like
openssl speed ecdsa/nistp256
in OpenSSL? I checked the manual but didn’t find any.