Package Exports
- sha1sum
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sha1sum) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sha1sum
Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.
var sha1sum = require('sha1sum')
sha1sum(string || buffer || object)
Oh yeah, it works in the browser too, with crypto-browserify
License
MIT