aesDecryptGCM(Defined in: src/Utils/crypto.ts:63 decrypt AES 256 GCM; where the auth tag is suffixed to the ciphertextciphertext,key,iv,additionalData):Buffer<ArrayBuffer>
Parameters
ciphertext
Uint8Array
key
Uint8Array
iv
Uint8Array
additionalData
Uint8Array
Returns
Buffer<ArrayBuffer>