RFR: 8353478: Update crypto microbenchmarks to cover ML-DSA, ML-KEM, and HSS algorithms
Andrey Turbanov
aturbanov at openjdk.org
Sat Apr 5 16:49:58 UTC 2025
On Tue, 1 Apr 2025 21:41:57 GMT, Sergey Kuksenko <skuksenko at openjdk.org> wrote:
> Update crypto microbenchmarks to cover ML-DSA, ML-KEM, and HSS algorithms.
test/micro/org/openjdk/bench/javax/crypto/full/KEMBench.java line 69:
> 67: @OperationsPerInvocation(SET_SIZE)
> 68: public void encapsulate(Blackhole bh) throws InvalidKeyException {
> 69: for(KeyPair kp : keys) {
Suggestion:
for (KeyPair kp : keys) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24369#discussion_r2029915714
More information about the security-dev
mailing list