JDK-8298390 : Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-12-08
  • Updated: 2024-11-22
  • Resolved: 2024-11-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 24
24 masterFixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Blocks :  
CSR :  
Relates :  
Relates :  
Relates :  
Description
Implement support for the ML-KEM key encapsulation mechanism (KEM) as defined in NIST FIPS 203 [1]. ML-KEM (previously known as CRYSTALS-KYBER) is a finalist to be standardized as a result of the Post-Quantum Cryptography (PQC) Standardization process [2].

ML-KEM will be implemented as a service provider implementation of the KEM API (introduced in Java 21).

[1] https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.ipd.pdf
[2] https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization
Comments
Changeset: 13987b42 Branch: master Author: Ben Perez <bperez@openjdk.org> Date: 2024-11-22 16:36:52 +0000 URL: https://git.openjdk.org/jdk/commit/13987b4244614d594dc8f94c288eddb6239a066f
22-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21478 Date: 2024-10-11 20:12:52 +0000
22-10-2024