MCPcopy Create free account
hub / github.com/XTLS/REALITY / isTLS13OnlyKeyExchange

Function isTLS13OnlyKeyExchange

common.go:155–157  ·  view source on GitHub ↗
(curve CurveID)

Source from the content-addressed store, hash-verified

153)
154
155func isTLS13OnlyKeyExchange(curve CurveID) bool {
156 return curve == X25519MLKEM768
157}
158
159func isPQKeyExchange(curve CurveID) bool {
160 return curve == X25519MLKEM768

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…