type crypto/aes.gcmAsm (struct)

Method Implmentations

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