wasm-x11-hash

0.0.2 • Public • Published

wasm-x11-hash

NPM Version Build Status Release Date standard-readme compliant

WASM binding for X11 hashing algorithm written in C

Installation and usage

Buffer polyfill is required for usage in browsers

  • $ npm install wasm-x11-hash
const X11 = require('wasm-x11-hash');

X11().then(x11 => {
  const hash = x11.digest('hello world')
});

Build and test

Docker v20+ is required

  • $ npm run build
  • $ npm run test

Package Sidebar

Install

npm i wasm-x11-hash

Weekly Downloads

183

Version

0.0.2

License

MIT

Unpacked Size

304 kB

Total Files

11

Last publish

Collaborators

  • shumkov