We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6174c45 commit 75752b6Copy full SHA for 75752b6
supervisor/pqtunnels.go
@@ -12,7 +12,7 @@ import (
12
// to https://pqtunnels.cloudflareresearch.com.
13
14
const (
15
- PQKex = tls.CurveID(0xfe31) // X25519Kyber768Draft00
+ PQKex = tls.CurveID(0x6399) // X25519Kyber768Draft00
16
PQKexName = "X25519Kyber768Draft00"
17
)
18
0 commit comments