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

2024-10-21 Thread Weijun Wang
On Mon, 21 Oct 2024 13:48:21 GMT, Sean Mullan wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> pack in-place and unpack with an offset > > src/java.base/share/classes/sun/security/provider/SunEntries.java line 204: >

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

2024-10-21 Thread Sean Mullan
On Tue, 15 Oct 2024 18:41:59 GMT, Ben Perez wrote: >> 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 increme

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

2024-10-15 Thread Andrey Turbanov
On Tue, 15 Oct 2024 18:41:59 GMT, Ben Perez wrote: >> 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 increme

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

2024-10-15 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: