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

Function init

ech.go:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22var sortedSupportedAEADs []uint16
23
24func init() {
25 for aeadID := range hpke.SupportedAEADs {
26 sortedSupportedAEADs = append(sortedSupportedAEADs, aeadID)
27 }
28 slices.Sort(sortedSupportedAEADs)
29}
30
31type EchCipher struct {
32 KDFID uint16

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…