Pacote
    Preparing search index...

    Function xxh64BigInt

    • Creates a XXHash64 hasher using values of type BigInt (MDN, Can I Use).

      Parameters

      • seed: number | bigint = 0

        Optional seed, defaults to 0.

      Returns XXHash<bigint>

      Hasher instance.

      import { xxh64BigInt } from '@pacote/xxhash'

      const hasher = xxh64BigInt(2654435761)

      hasher.update('data').digest('hex') // => '5014607643a9b4c3'