ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
34.85k stars 2.55k forks source link

Add post-quantum key agreement X25519MLKEM768 #21445

Closed jedisct1 closed 1 month ago

jedisct1 commented 1 month ago

X25519MLKEM768 replaces X25519Kyber768Draft00 now that NIST has released ML-KEM.

IANA has assigned the codepoint 0x11ec: https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8

Chrome and Firefox are planning to enable this in October.