Files: 1f9a3fcaa6f6fa4a3ad0a219f6df1a476588f6d5 / node_modules / pull-hash / ext / ssb.js
182 bytesRaw
1 | var hash = require('../') |
2 | |
3 | module.exports = function (onEnd) { |
4 | return hash('sha256', 'base64', function (err, digest) { |
5 | onEnd(err, digest && ('&' + digest + '.sha256')) |
6 | }) |
7 | } |
8 |
Built with git-ssb-web