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

2024-11-15 Thread Youliang Guo
On Tue, 15 Oct 2024 14:53:42 GMT, Youliang Guo wrote: > this PR shall link to JDK-8298390 Implementing ML-KEM key encapsulation > mechanism. Not JEP task [JDK-8339009] fixed - PR Comment: https://git.openjdk.org/jdk/pull/21478#issuecomment-2479456570

Re: RFR: 8339009: ML-KEM Quantum-Resistant Key Encapsulation Mechanism [v2]

2024-10-15 Thread Youliang Guo
On Fri, 11 Oct 2024 21:38:55 GMT, Ben Perez 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 with a new target base du