On Thu, 14 Nov 2024 23:16:50 GMT, Ben Perez <bpe...@openjdk.org> wrote:
>> Java implementation of ML-KEM, the [FIPS >> 203](https://csrc.nist.gov/pubs/fips/203/final) post-quantum KEM scheme. >> Depends on https://github.com/openjdk/jdk/pull/21167 > > Ben Perez has updated the pull request incrementally with one additional > commit since the last revision: > > Tidying up sealed classes in ML_KEM_Impls src/java.base/share/classes/com/sun/crypto/provider/ML_KEM_Impls.java line 137: > 135: > 136: @Override > 137: protected byte[][] implEncapsulate(String name, byte[] > encapsulationKey, Object ek, SecureRandom secureRandom) { nit: line too long (>80 chars), break into 2 lines ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21478#discussion_r1847473168