wasm-yescryptr32-hash

1.0.5 • Public • Published

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

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i wasm-yescryptr32-hash

    Weekly Downloads

    1

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    53.1 kB

    Total Files

    12

    Last publish

    Collaborators

    • unifyroom