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

Ben Perez bperez at openjdk.org
Fri Oct 11 22:21:49 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 11 commits:

 - Merge branch 'master' into ml-dsa-final
 - remove PR21167 changes
 - renamed internal keyGen/sign/verify functions to be same as spec
 - Updated hintBitUnpack to reflect FIPS 204. Moved key/sig decoding to sign/verify
 - ML_DSA and ML_DSA_Provider functionality
 - Merge branch 'master' into 8340327
 - more test, more RAW support, fix a bug on cleaning up getRawBytes output
 - add support for private class RawKeySpec
 - ensure key is intact after being used
 - renames
 - ... and 1 more: https://git.openjdk.org/jdk/compare/3f53d571...216bfa39

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

Changes: https://git.openjdk.org/jdk/pull/21364/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21364&range=03
  Stats: 1623 lines in 5 files changed: 1623 ins; 0 del; 0 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