-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8298390: Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism #21478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Welcome back bperez! A progress list of the required criteria for merging this PR into |
@blperez01 This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 225 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
@blperez01 The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
this PR shall link to JDK-8298390 Implementing ML-KEM key encapsulation mechanism. Not JEP task [JDK-8339009] |
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM_Provider.java
Outdated
Show resolved
Hide resolved
Please implement the key checks at the beginnings of sections 7.2 and 7.3 of FIPS 203 in The current |
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM_Provider.java
Outdated
Show resolved
Hide resolved
This has been fixed and now the checks happen in |
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM_Impls.java
Outdated
Show resolved
Hide resolved
Note the bot warning about "extraneous white spaces"... |
src/java.base/share/classes/com/sun/crypto/provider/ML_KEM.java
Outdated
Show resolved
Hide resolved
@blperez01 Syntax:
User names can only be used for users in the census associated with this repository. For other contributors you need to supply the full name and email address. |
/contributor add ferenc.r.rakoczi@oracle.com |
@blperez01 Syntax:
User names can only be used for users in the census associated with this repository. For other contributors you need to supply the full name and email address. |
/contributor add Ferenc Rakoczi ferenc.r.rakoczi@oracle.com |
@blperez01 |
/integrate |
Going to push as commit 13987b4.
Your commit was automatically rebased without conflicts. |
@blperez01 Pushed as commit 13987b4. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Java implementation of ML-KEM, the FIPS 203 post-quantum KEM scheme. Depends on #21167
Progress
Issues
Reviewers
Contributors
<ferenc.r.rakoczi@oracle.com>
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21478/head:pull/21478
$ git checkout pull/21478
Update a local copy of the PR:
$ git checkout pull/21478
$ git pull https://git.openjdk.org/jdk.git pull/21478/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 21478
View PR using the GUI difftool:
$ git pr show -t 21478
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21478.diff
Using Webrev
Link to Webrev Comment