On Wed, 16 Nov 2022 20:46:00 GMT, Weijun Wang <[email protected]> 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

Reply via email to