Function hash

  • Hash a string or array buffer using Wyhash

    This is not a cryptographic hash function.

    Parameters

    • data: string | ArrayBuffer | ArrayBufferView

      The data to hash.

    • Optional seed: number

      The seed to use.

    Returns number | bigint

Generated using TypeDoc