Documentation - v0.27.2
    Preparing search index...

    Function ige256Decrypt

    • Pefrorm AES-IGE-256 decryption

      Parameters

      • data: Uint8Array

        data to decrypt (must be a multiple of 16 bytes)

      • key: Uint8Array

        encryption key (32 bytes)

      • iv: Uint8Array

        initialization vector (32 bytes)

      Returns Uint8Array