On Thu, 17 Nov 2022 16:23:03 GMT, Weijun Wang <wei...@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