1.0.2 • Published 8 years ago

node-murmurhash3 v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

node-murmurhash Build Status Coverage Status

Binding to jwerle's murmurhash3.

Install

$ npm i node-murmurhash3 --save

Usage

var murmurhash = require('node-murmurhash3');

murmurhash.hash('Hello, world!');

murmurhash.hash(key[, seed])

  • key (String) The key to input to the Murmurhash v3 algorithm.
  • seed (Number) The optional seed to provide to the algorithm. Defaults to 0.

Hashes the given key with the given seed (seed is optional).

License

MIT

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago