How to use the blake2b-wasm.ready function in blake2b-wasm

To help you get started, we’ve selected a few blake2b-wasm examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github emilbayes / blake2b / index.js View on Github external
Blake2b.ready = function (cb) {
  b2wasm.ready(function () {
    cb() // ignore the error
  })
}

blake2b-wasm

Blake2b implemented in WASM

MIT
Latest version published 3 years ago

Package Health Score

54 / 100
Full package analysis

Popular blake2b-wasm functions

Similar packages