@devtea2025/eius-perferendis-magnam-fuga
v1.0.0
Published
Downloads
2
Maintainers
Keywords
Readme
@devtea2025/eius-perferendis-magnam-fuga
WASM binding for YescryptR32 hashing algorithm written in C
Installation and usage
Buffer polyfill is required for usage in browsers
$ npm install @devtea2025/eius-perferendis-magnam-fuga
const Ysrc = require('@devtea2025/eius-perferendis-magnam-fuga');
Ysrc().then(ysrc => {
const hash = ysrc.digest('hello world')
});
Build and test
Docker v20+ is required
$ npm run build
$ npm run test