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

Struct EchConfig

ech.go:41–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type EchConfig struct {
42 raw []byte
43
44 Version uint16
45 Length uint16
46
47 ConfigID uint8
48 KemID uint16
49 PublicKey []byte
50 SymmetricCipherSuite []EchCipher
51
52 MaxNameLength uint8
53 PublicName []byte
54 Extensions []echExtension
55}
56
57var errMalformedECHConfigList = errors.New("tls: malformed ECHConfigList")
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected