Re: RFR: 8298387: Implementing ML-DSA signature algorithm [v9]

2024-10-23 Thread Ben Perez
On Tue, 8 Oct 2024 15:36:58 GMT, Kevin Driver wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> move entries to different sections > > src/java.base/share/classes/sun/security/provider/ML_DSA.java line 45: > >> 43:

Re: RFR: 8298387: Implementing ML-DSA signature algorithm [v9]

2024-10-21 Thread Ben Perez
> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme > https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. 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: