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

2024-10-15 Thread Ben Perez
> 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: NamedParameter

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

2024-10-15 Thread Ben Perez
> 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: cleanup -

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

2024-10-15 Thread Ben Perez
> 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: add a newline

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

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

2024-10-11 Thread Ben Perez
> 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 due to a merge or a rebase. The pull request now contains 11

RFR: 8339009: ML-KEM Quantum-Resistant Key Encapsulation Mechanism

2024-10-11 Thread Ben Perez
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 - Commit messages: - Added ML_KEM_Provider - Added SHA3Parallel - Refactored ML_KEM to separate core protocol fro