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

2024-10-11 Thread Ferenc Rakoczi
On Thu, 10 Oct 2024 15:43:18 GMT, Weijun Wang wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> renamed internal keyGen/sign/verify functions to be same as spec > > src/java.base/share/classes/sun/security/provider/ML_D

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

2024-10-11 Thread Ferenc Rakoczi
On Thu, 10 Oct 2024 15:42:21 GMT, Weijun Wang wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> renamed internal keyGen/sign/verify functions to be same as spec > > src/java.base/share/classes/sun/security/provider/ML_D

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

2024-10-11 Thread Ferenc Rakoczi
On Thu, 10 Oct 2024 15:40:48 GMT, Weijun Wang wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> renamed internal keyGen/sign/verify functions to be same as spec > > src/java.base/share/classes/sun/security/provider/ML_D

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

2024-10-10 Thread Ben Perez
On Tue, 8 Oct 2024 14:25:40 GMT, Weijun Wang wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> renamed internal keyGen/sign/verify functions to be same as spec > > src/java.base/share/classes/sun/security/provider/ML_DS

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

2024-10-10 Thread Weijun Wang
On Tue, 8 Oct 2024 18:16:47 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 incremen

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

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