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

Method explicitNonceLen

cipher_suites.go:439–439  ·  view source on GitHub ↗

explicitNonceLen returns the number of bytes of explicit nonce included in each record. This is eight for older AEADs and zero for modern ones.

()

Source from the content-addressed store, hash-verified

437 // included in each record. This is eight for older AEADs and
438 // zero for modern ones.
439 explicitNonceLen() int
440}
441
442const (

Callers 2

explicitNonceLenMethod · 0.65

Implementers 3

halfConnconn.go
prefixNonceAEADcipher_suites.go
xorNonceAEADcipher_suites.go

Calls

no outgoing calls

Tested by

no test coverage detected