Documentation - v0.27.2
    Preparing search index...

    Function ctr256

    • Pefrorm AES-CTR-256 en/decryption

      Parameters

      • ctx: number

        context returned by createCtr256

      • data: Uint8Array

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

      Returns Uint8Array