crypto/cipher.AEAD.NonceSize (method)

3 uses

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

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