MCPcopy
hub / github.com/XTLS/REALITY / explicitNonceLen

Method explicitNonceLen

cipher_suites.go:443–443  ·  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

441 // included in each record. This is eight for older AEADs and
442 // zero for modern ones.
443 explicitNonceLen() int
444}
445
446const (

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