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

Method NonceSize

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

Source from the content-addressed store, hash-verified

453}
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

Callers 1

explicitNonceLenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected