> Java implementation of ML-KEM, the [FIPS > 203](https://csrc.nist.gov/pubs/fips/203/final) post-quantum KEM scheme. > 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 30 commits: - Merge branch 'master' into ml-kem - comments - cleanup and reformat ML_KEM_Provider - Added constants for hash functions and seed length - Renamed static final variables to all caps - default random for encaps, supported alg in SunJCE - copyright header - NIST OIDs - copyright - Refactored key checks - ... and 20 more: https://git.openjdk.org/jdk/compare/44ec501a...1cd3dc06 ------------- Changes: https://git.openjdk.org/jdk/pull/21478/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21478&range=18 Stats: 4804 lines in 9 files changed: 4803 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/21478.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/21478/head:pull/21478 PR: https://git.openjdk.org/jdk/pull/21478