You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
test | 5 years ago | |
.npmignore | 5 years ago | |
.travis.yml | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
browser.js | 5 years ago | |
index.js | 5 years ago |
README.md
shasum
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
License
MIT