Skip to content

thegriglat/sha2-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sha2-wasm

A simple library to calculate sha256 and sha512 hashes from string built with Rust+Wasm

Compiled to be used with Node.js.

Installation

npm i sha2-wasm

Usage

const sha2lib = require('sha2-wasm')

const sha256 = sha2lib.sha256("hello");
const sha512 = sha2lib.sha512("hello");

About

Simple sha256 and sha 512 for NodeJS built with Rust+wasm

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages