
我一直在测试 ECDSA 速度
openssl speed ecdsa
花了7分多钟,报告了22条曲线。然而,在大多数情况下,我只关心 NIST P-256(显然),所以运行这么多利基曲线对我来说是浪费时间。有没有类似的东西
openssl speed ecdsa/nistp256
在 OpenSSL 中?我检查了手册但没有找到。
答案1
显然,这有效:
openssl speed ecdsap256
我一直在测试 ECDSA 速度
openssl speed ecdsa
花了7分多钟,报告了22条曲线。然而,在大多数情况下,我只关心 NIST P-256(显然),所以运行这么多利基曲线对我来说是浪费时间。有没有类似的东西
openssl speed ecdsa/nistp256
在 OpenSSL 中?我检查了手册但没有找到。
显然,这有效:
openssl speed ecdsap256