RFR: 8298387: Implementing ML-DSA signature algorithm [v23]

Hai-May Chao hchao at openjdk.org
Thu Nov 7 19:07:45 UTC 2024


On Thu, 7 Nov 2024 00:37:02 GMT, Ben Perez <bperez at openjdk.org> 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 incrementally with two additional commits since the last revision:
> 
>  - checking already implemented
>  - no need to break into sections

src/java.base/share/classes/sun/security/provider/SunEntries.java line 1:

> 1: /*

nit - copyright year update

src/java.base/share/classes/sun/security/util/KnownOIDs.java line 1:

> 1: /*

copyright year update.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21364#discussion_r1833212270
PR Review Comment: https://git.openjdk.org/jdk/pull/21364#discussion_r1833210026


More information about the security-dev mailing list