RFR: 8296910: Add EdDSA/XDH/RSASSA-PSS to KeyPairGeneratorBench.java

Xue-Lei Andrew Fan xuelei at openjdk.org
Fri Nov 18 03:33:55 UTC 2022


On Thu, 17 Nov 2022 16:23:03 GMT, Weijun Wang <weijun at openjdk.org> wrote:

> If "DSA" and "DH" can be grouped inside a single class, is it also possible to group "RSA" and "RSASSA-PSS", and "XDH" and "EdDSA"?

The sub-class name appears in the he benchmark result (See `EC` in `KeyPairGeneratorBench.EC.generateKeyPair`). Combining different types of algorithms may be not as clear as using separately sub-class names.

`o.o.b.j.c.full.KeyPairGeneratorBench.EC.generateKeyPair EC 521 thrpt 40 364.970 ± 5.556 ops/s
`

-------------

PR: https://git.openjdk.org/jdk/pull/11124


More information about the security-dev mailing list