vxv-hash

3.1.6 • Public • Published

VXV - Hash

Build Status vxv

A simple, isomorphic hashing function that works in node and in browsers.

Install

$ npm install vxv-hash

Usage

VXV-Hash simple hashes strings, it does not care about unicode, it just works.

const hash = require('vxv-hash');
 
hash(`A unicode 🦄`);
// => 1086155160

License

MIT © Tobias Herber

Readme

Keywords

Package Sidebar

Install

npm i vxv-hash

Weekly Downloads

0

Version

3.1.6

License

MIT

Unpacked Size

4.04 kB

Total Files

9

Last publish

Collaborators

  • tobihrbr