0.1.1 • Published 3 years ago

js-hasher-rs v0.1.1

Weekly downloads
-
License
MIT/Apache-2.0
Repository
github
Last release
3 years ago

js-hasher-rs

A simple utility for hashing JS values with Rust and WebAssembly.

Installation

npm install js-hasher-rs

Usage

import { hasher } from 'js-hasher-rs';

const valueToHash = "Testing";
const hashed = hasher(valueToHash);
console.log('Hashed:', hashed); // Hashed: 4506850079084803000
0.1.1

3 years ago

0.1.0

3 years ago