blake2b that works in node and in the browser
npm install blake2b-universalblake2b instance that works in node and in the browser
```
npm install blake2b-universal
` js
const blake2b = require('blake2b-universal')
blake2b(out, data, key)
blake2b.batch(out, batch, key)
``
MIT