# 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.