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

Ben Perez bperez at openjdk.org
Wed Nov 13 18:54:26 UTC 2024


> 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 with a new target base due to a merge or a rebase. The pull request now contains 37 commits:

 - Merge branch 'openjdk:master' into ml-dsa-final
 - Merge branch 'master' into ml-dsa-final
 - no classpath exception in test copyright header
 - missing copyright on benchmark
 - trailing spaces
 - cleanup and reformat ML_DSA_Provider
 - checking already implemented
 - no need to break into sections
 - NIST OIDs
 - signature validation
 - ... and 27 more: https://git.openjdk.org/jdk/compare/5e01c40b...da6e5a4b

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

Changes: https://git.openjdk.org/jdk/pull/21364/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21364&range=27
  Stats: 4043 lines in 10 files changed: 4041 ins; 1 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/21364.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21364/head:pull/21364

PR: https://git.openjdk.org/jdk/pull/21364


More information about the security-dev mailing list