package
1.2.2
Repository: https://github.com/mightyguava/tink.git
Documentation: pkg.go.dev

# Functions

NewAesGcm returns an AesGcm instance.
ValidateAesKeySize checks if the given key size is a valid AES key size.

# Constants

AesGcmIvSize is the only IV size that this implementation supports.
AesGcmTagSize is the only tag size that this implementation supports.

# Structs

AesGcm is an implementation of Aead interface.