On Sat, 12 Nov 2022 02:01:50 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
> > Unfortunately I didn't catch this until it was too late. There is an > > existing signature test, javax.crypto.[small | full].SignatureBench, which > > supported secp256, Ed25519 & Ed448, as well as RSA and DSA > > Thanks for the information. I will see if I could merge them into one. Thanks! The javax.crypto.[small | full].SignatureBench measure the multiple signature operations (create object, initialization, sign, etc). The new only measure the sign operation. I would like to have both. ------------- PR: https://git.openjdk.org/jdk/pull/11043