MCPcopy Index your code
hub / github.com/XTLS/REALITY / isPQKeyExchange

Function isPQKeyExchange

common.go:159–161  ·  view source on GitHub ↗
(curve CurveID)

Source from the content-addressed store, hash-verified

157}
158
159func isPQKeyExchange(curve CurveID) bool {
160 return curve == X25519MLKEM768
161}
162
163// TLS 1.3 Key Share. See RFC 8446, Section 4.2.8.
164type keyShare struct {

Callers 1

processClientHelloMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…