MCPcopy Create free account
hub / github.com/XTLS/Go / Overhead

Method Overhead

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

Source from the content-addressed store, hash-verified

454
455func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
456func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
457func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
458
459func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {

Callers

nothing calls this directly

Calls 1

OverheadMethod · 0.45

Tested by

no test coverage detected