diff --git a/lib/std/crypto/tls.zig b/lib/std/crypto/tls.zig index 8ae494edce6456aa0c4b300893f15b099c0128bf..ac926c4b413195e744573e75ad385c6ac96ccc2a 100644 --- a/lib/std/crypto/tls.zig +++ b/lib/std/crypto/tls.zig @@ -217,7 +217,7 @@ pub const NamedGroup = enum(u16) { // Hybrid post-quantum key agreements x25519_kyber512d00 = 0xFE30, - x25519_kyber768d00 = 0xFE31, + x25519_kyber768d00 = 0x6399, _, };