RFR: 8296910: Add EdDSA/XDH/RSASSA-PSS to KeyPairGeneratorBench.java
Xue-Lei Andrew Fan
xuelei at openjdk.org
Wed Nov 16 21:01:11 UTC 2022
On Wed, 16 Nov 2022 20:46:00 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> The generation might depend on secure randoms a lot. How about create a simple `SecureRandom` that is fast and does not depend on any external entropy source?
The secure random generation is part of the key generation. It may be not the purpose to benchmark algorithms without secure randoms. It may be helpful to see the math part of algorithms except random number. What do you think to have the improvement in a different benchmark later?
> Maybe you can do the same with the signature benchmark as well. Unfortunately it has already been integrated.
What do you mean with "the same"? secure random?
-------------
PR: https://git.openjdk.org/jdk/pull/11124
More information about the security-dev
mailing list