RFR: 8298390: Implementing ML-KEM key encapsulation mechanism [v21]
Ben Perez
bperez at openjdk.org
Wed Nov 13 18:54:50 UTC 2024
> 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 32 commits:
- Merge branch 'openjdk:master' into ml-kem
- no classpath exception in test copyright header
- 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
- ... and 22 more: https://git.openjdk.org/jdk/compare/5e01c40b...feb24076
-------------
Changes: https://git.openjdk.org/jdk/pull/21478/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21478&range=20
Stats: 4802 lines in 9 files changed: 4801 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
More information about the security-dev
mailing list