Pacote
    Preparing search index...

    Function xxh64

    • Creates a XXHash64 hasher using unsigned 64-bit integer values of type U64.

      Parameters

      • seed: number | U64 = 0

        Optional seed, defaults to 0.

      Returns XXHash<U64>

      Hasher instance.

      import { xxh64 } from '@pacote/xxhash'

      const hasher = xxh64(2654435761)

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