Skip to content

unifyroom/wasm-yescryptr32-hash

Repository files navigation

wasm-yescryptr32-hash

NPM Version Build Status Release Date standard-readme compliant

WASM binding for YescryptR32 hashing algorithm written in C

Installation and usage

Buffer polyfill is required for usage in browsers

  • $ npm install wasm-yescryptr32-hash
const Ysrc = require('wasm-yescryptr32-hash');

Ysrc().then(ysrc => {
  const hash = ysrc.digest('hello world')
});

Build and test

Docker v20+ is required

  • $ npm run build
  • $ npm run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published