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

Method NonceSize

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

Source from the content-addressed store, hash-verified

474}
475
476func (f *xorNonceAEAD) NonceSize() int { return 8 } // 64-bit sequence number
477func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() }
478func (f *xorNonceAEAD) explicitNonceLen() int { return 0 }
479

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected