• Perform XOR operation on two buffers in-place

    Parameters

    • data: Uint8Array

      Buffer to XOR

    • key: Uint8Array

      Key to XOR with

    Returns void