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

Interface aead

cipher_suites.go:437–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437type aead interface {
438 cipher.AEAD
439
440 // explicitNonceLen returns the number of bytes of explicit nonce
441 // included in each record. This is eight for older AEADs and
442 // zero for modern ones.
443 explicitNonceLen() int
444}
445
446const (
447 aeadNonceLength = 12

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…