• Create a context for AES-CTR-256 en/decryption

    Note: freeCtr256 must be called on the returned context when it's no longer needed

    Parameters

    • key: Uint8Array
    • iv: Uint8Array

    Returns number