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

Method NonceSize

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

Source from the content-addressed store, hash-verified

478}
479
480func (f *xorNonceAEAD) NonceSize() int { return 8 } // 64-bit sequence number
481func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() }
482func (f *xorNonceAEAD) explicitNonceLen() int { return 0 }
483

Callers 2

nextNonceMethod · 0.45
incrementNonceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected