sha1sum
v0.0.1
Published
Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.
Downloads
674
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