crypto/cipher.AEAD.NonceSize (method)

3 uses

	crypto/cipher (current package)
		cipher.go#L69: 	NonceSize() int

	crypto/internal/hpke
		hpke.go#L259: 	nonce := ctx.seqNum.bytes()[16-ctx.aead.NonceSize():]
		hpke.go#L269: 	if ctx.seqNum.bitLen() >= (ctx.aead.NonceSize()*8)-1 {