JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 146
  • Score
    100M100P100Q82778F
  • License MIT

Fast non-cryptographic hashing algorithm.

Package Exports

  • @pacote/xxhash

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pacote/xxhash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@pacote/xxhash

version minified minified + gzip

Fast non-cryptographic hashing algorithm.

Installation

yarn add @pacote/xxhash

Usage

import { xxh64 } from '@pacote/xxhash'

const hasher = xxh64(2654435761)

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

xxh64(seed: number): XXHash

xxh64()...

License

MIT © Luís Rodrigues.