wasm-yescryptr32-hash
v1.0.5
Published
WASM JS binding for yescryptR32 hashing algorithm
Downloads
7
Maintainers
Readme
wasm-yescryptr32-hash
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