multihasher

1.1.0 • Public • Published

hasher

Simple hasher using multihash and async functions.

let hasher = require('hasher')('sha256')
let hash = await hasher(Buffer.from('test')) // return hash as B58 string.
console.log(hash) // 'QmeYzshSoNHr2QUWqmkMAy6raRhcmzTuroy7johWJNn3fY'

/multihasher/

    Package Sidebar

    Install

    npm i multihasher

    Weekly Downloads

    1

    Version

    1.1.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • mikeal