hash-string

A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

ISC 1 个版本
安装
npm install hash-string
yarn add hash-string
pnpm add hash-string
bun add hash-string
README

Hash String

NPM

A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

Example

console.log(hash('{ test: true }'));
版本列表
1.0.0 2015-05-13