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

Method explicitNonceLen

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

Source from the content-addressed store, hash-verified

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
484func (f *xorNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
485 for i, b := range nonce {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected