Function aesDecryptGCM

  • decrypt AES 256 GCM; where the auth tag is suffixed to the ciphertext

    Parameters

    • ciphertext: Uint8Array
    • key: Uint8Array
    • iv: Uint8Array
    • additionalData: Uint8Array

    Returns Buffer

Generated using TypeDoc