js-hash

0.0.1 • Public • Published

Algorithm for calculate string's hash value with pure Javascript.

Install

npm install --save js-hash

Usage

var BKDR = require('js-hash/bkdr');

var strhash = BKDR.hash('some string');

For less conflicts, use as follows:

var strhash = BDKR('some string')

Package Sidebar

Install

npm i js-hash

Weekly Downloads

11

Version

0.0.1

License

Apache-2.0

Last publish

Collaborators

  • littocats