> 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 11 commits:

 - Merge branch 'master' into ml-kem
 - remove PR21167 changes
 - Added ML_KEM_Provider
 - Added SHA3Parallel
 - Refactored ML_KEM to separate core protocol from ML_KEM_Provider
 - 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...3b3e7829

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

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

Reply via email to