Skip to content
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

Add hybrid mlkem as per draft-kwiatkowski-tls-ecdhe-mlkem #389

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

loganaden
Copy link

Signed-off-by: Jeremie Daniel [email protected]
Signed-off-by: Loganaden Velvindron [email protected]

Signed-off-by: Jeremie Daniel <[email protected]>
Signed-off-by: Loganaden Velvindron <[email protected]>
Add hybrid mlkem as per draft-kwiatkowski-tls-ecdhe-mlkem
@@ -436,6 +436,8 @@ func init() {
curveNames[258] = "ffdhe4096"
curveNames[259] = "ffdhe6144"
curveNames[260] = "ffdhe8192"
curveNames[4587] = "secp256r1mlkem768" // draft-kwiatkowski-tls-ecdhe-mlkem
curveNames[4588] = "ecdh_x25519mlkem768" // draft-kwiatkowski-tls-ecdhe-mlkem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this is labeled as ecdh_x25519mlkem768 and not as x25519mlkem768? The latter is how it seems to be defined in draft-kwiatkowski-tls-ecdhe-mlkem-02.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants