|
2 years ago | |
---|---|---|
.. | ||
test | 2 years ago | |
.npmignore | 2 years ago | |
.travis.yml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
browser.js | 2 years ago | |
index.js | 2 years ago | |
package.json | 2 years ago |
Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.
var shasum = require('shasum')
shasum(string || buffer || object)
Oh yeah, it works in the browser too, with browserify
MIT