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

Interface aead

cipher_suites.go:433–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433type aead interface {
434 cipher.AEAD
435
436 // explicitNonceLen returns the number of bytes of explicit nonce
437 // included in each record. This is eight for older AEADs and
438 // zero for modern ones.
439 explicitNonceLen() int
440}
441
442const (
443 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…