RFR: 8298387: Implement JEP 497: Quantum-Resistant Module-Lattice-Based Digital Signature Algorithm [v34]

Ben Perez bperez at openjdk.org
Fri Nov 22 17:31:37 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 43 commits:

 - Merge branch 'master' into ml-dsa-final
 - minor stylistic edit
 - Shortened lines and removed trailing whitespace
 - Removed unnecessary initialization in generateA
 - Updated copyrite, changed classes in ML_DSA_Impls to sealed
 - Renamed ML_DSA_Provider to ML_DSA_Impls, reponded to several comments
 - 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
 - ... and 33 more: https://git.openjdk.org/jdk/compare/13987b42...f742b6fb

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

Changes: https://git.openjdk.org/jdk/pull/21364/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21364&range=33
  Stats: 3790 lines in 10 files changed: 3778 ins; 1 del; 11 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