circu.js
    Preparing search index...
    • Computes the MurmurHash3 32-bit hash of the given data.

      Parameters

      • data: Uint8Array<ArrayBuffer>

        The data to hash.

      • Optionalseed: number

        The seed value. Defaults to 0.

      Returns number

      The 32-bit hash value.