Skip to content

Commit

Permalink
Merge branch '29-add-ml-kem-algorithms'
Browse files Browse the repository at this point in the history
Closes: #29
  • Loading branch information
c0r0n3r committed Dec 8, 2024
2 parents 6481248 + edcb42d commit ed6b4d2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cryptodatahub/common/named-group.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,14 @@
"size": 768,
"group_type": "HYBRID_PQS"
},
"SECP256R1_ML_KEM_768": {
"name": "SecP256r1MLKEM768",
"long_name": null,
"oid": null,
"vulnerabilities": [],
"size": 1249,
"group_type": "HYBRID_PQS"
},
"SECP384R1_KYBER_768_R3": {
"name": "secp384r1/Kyber-768-r3",
"long_name": null,
Expand Down Expand Up @@ -882,5 +890,13 @@
"vulnerabilities": [],
"size": 768,
"group_type": "HYBRID_PQS"
},
"X25519_ML_KEM_768": {
"name": "X25519MLKEM768",
"long_name": null,
"oid": null,
"vulnerabilities": [],
"size": 1120,
"group_type": "HYBRID_PQS"
}
}
10 changes: 10 additions & 0 deletions cryptodatahub/tls/named-curve.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,16 @@
"code": 573,
"named_group": "KYBER_1024_R3"
},
"SECP256R1_ML_KEM_768": {
"_code_in_hex": "0x11eb",
"code": 4587,
"named_group": "SECP256R1_ML_KEM_768"
},
"X25519_ML_KEM_768": {
"_code_in_hex": "0x11ec",
"code": 4588,
"named_group": "X25519_ML_KEM_768"
},
"X25519_KYBER_512_R3_CLOUDFLARE": {
"_code_in_hex": "0xfe30",
"code": 65072,
Expand Down

0 comments on commit ed6b4d2

Please sign in to comment.