Versions in this module Expand all Collapse all v1 v1.0.0 Sep 9, 2017 Changes in this version + const AES_GCM_IV_SIZE + const AES_GCM_TAG_SIZE + func ValidateAesKeySize(sizeInBytes uint32) error + type AesGcm struct + Key []byte + func NewAesGcm(key []byte) (*AesGcm, error) + func (a *AesGcm) Decrypt(ct []byte, aad []byte) ([]byte, error) + func (a *AesGcm) Encrypt(pt []byte, aad []byte) ([]byte, error)