RFR: 8298390: Implementing ML-KEM key encapsulation mechanism [v9]

Sean Mullan mullan at openjdk.org
Tue Nov 5 17:54:33 UTC 2024


On Tue, 5 Nov 2024 04:04:45 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:
> 
>   trailing whitespace

src/java.base/share/classes/com/sun/crypto/provider/SunJCE.java line 1:

> 1: /*

Add the ML-KEM algorithms as a comment to the Supported algorithms and their names (see lines 47-79).

Also, add ML-KEM to the static info String (see lines 88-90).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21478#discussion_r1829782312


More information about the security-dev mailing list