Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hash-jenkins

jseidelin19.6kMIT1.0.1

Jenkins oaat and lookup2 hash functions

readme

hash-jenkins

Bob Jenkins lookup2 and one-at-a-time hash functions

Build Status

Usage

var Jenkins = require("hash-jenkins");

// one-at-a-time hash
Jenkins.oaat("hello world"); // 1045060183

// lookup2 hash
Jenkins.lookup2("hello world"); // 447289830