zeed
    Preparing search index...

    Function decryptXAES

    • Decrypts data using XAES-256-GCM with the given key and iv. Key must be a 256-bit AES-CBC CryptoKey with 'encrypt' and 'decrypt' usages.

      Parameters

      • params: { additionalData?: BufferSource; iv: BufferSource }
      • key: CryptoKey
      • data: BufferSource

      Returns Promise<ArrayBuffer>