RFR: 8298390: Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism [v25]

Valerie Peng valeriep at openjdk.org
Tue Nov 19 00:28:54 UTC 2024


On Thu, 14 Nov 2024 23:16:50 GMT, Ben Perez <bperez at 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


More information about the security-dev mailing list