On Tue, 8 Nov 2022 20:40:49 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
>> Hi, >> >> May I have the micro-benchmark code reviewed for EC signature algorithms? >> The benchmarking now is focused on EC algorithms, more algorithms (e.g., >> RSA/PSS based) may be added later if needed. >> >> Thanks, >> Xuelei > > Xue-Lei Andrew Fan has updated the pull request incrementally with one > additional commit since the last revision: > > use standard names Unfortunately I didn't catch this until it was too late. There is an existing signature test that now there is overlap with javax.crypto.SignatureBench, which supported secp256, Ed25519 & Ed448, as well as RSA and DSA ------------- PR: https://git.openjdk.org/jdk/pull/11043