blake2b-universal
v1.0.1
Published
blake2b that works in node and in the browser
Downloads
1,205
Readme
blake2b-universal
blake2b instance that works in node and in the browser
npm install blake2b-universal
Usage
const blake2b = require('blake2b-universal')
blake2b(out, data, key)
blake2b.batch(out, batch, key)
License
MIT