# Functions
AesGcmDecrypt decrypts the encrypted data using AES in a GCM mode.
AesGcmEncrypt encrypts the plaintext using AES in a GCM mode.
MakeKeys derives, from the given credential, a key set comprising of an encryption key and an authentication key.