On Wed, 1 Apr 2026 17:53:37 GMT, Ferenc Rakoczi <[email protected]> wrote:

>> src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java line 664:
>> 
>>> 662:         // Note: only the 1st 32-byte in the seed is used
>>> 663:         mlKemG.update(seed, 0, 32);
>>> 664: //        mlKemG.update((byte)mlKem_k);
>> 
>> Nit: If this is not needed, do you think this could this be removed?
>
> Ooops, that line is needed, I just commented it out for an experiment and 
> forgot to revert it.

😱

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30533#discussion_r3103060877

Reply via email to