multihasher

Simple hasher using multihash and async functions.

Apache-2.0 2 个版本
安装
npm install multihasher
yarn add multihasher
pnpm add multihasher
bun add multihasher
README

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'
版本列表
1.1.0 2017-11-30
1.0.0 2017-08-03