fun decryptGcm(ciphertext: Ciphertext, key: ByteArray): ByteArray
Decrypts the given ciphertext using the given key under AES GCM.
Return Plaintext