js-hasher-rs
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i js-hasher-rs

      Weekly Downloads

      0

      Version

      0.1.1

      License

      MIT/Apache-2.0

      Unpacked Size

      26.7 kB

      Total Files

      9

      Last publish

      Collaborators

      • doddydigitaldesign