Skip to content

Commit

Permalink
Add hybrid mlkem as per draft-kwiatkowski-tls-ecdhe-mlkem (#391)
Browse files Browse the repository at this point in the history
* Add hybrid mlkem as per draft-kwiatkowski-tls-ecdhe-mlkem

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

* Fix name for x25519mlkem768

---------

Signed-off-by: Jeremie Daniel <[email protected]>
Signed-off-by: Loganaden Velvindron <[email protected]>
  • Loading branch information
loganaden authored Jan 29, 2025
1 parent 82bf308 commit 5820679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tls/tls_names.go
Original file line number Diff line number Diff line change
Expand Up @@ -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] = "x25519mlkem768" // draft-kwiatkowski-tls-ecdhe-mlkem
curveNames[65281] = "arbitrary_explicit_prime_curves"
curveNames[65282] = "arbitrary_explicit_char2_curves"

Expand Down

0 comments on commit 5820679

Please sign in to comment.