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

Method NonceSize

cipher_suites.go:459–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457}
458
459func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
460func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
461func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
462

Callers 1

explicitNonceLenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected