type crypto/tls.xorNonceAEAD (struct)

Method Implmentations

NonceSize() int (*T).M : crypto/cipher.AEAD.NonceSize (*T).M : aead.NonceSize
Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) (*T).M : crypto/cipher.AEAD.Open (*T).M : aead.Open
Overhead() int (*T).M : crypto/cipher.AEAD.Overhead (*T).M : aead.Overhead
Seal(out, nonce, plaintext, additionalData []byte) []byte (*T).M : crypto/cipher.AEAD.Seal (*T).M : aead.Seal