tree: d09bc3de523da6826ec691290c509ee0d75ec174 [path history] [tgz]
  1. test/
  2. .npmignore
  3. .travis.yml
  4. browser.js
  5. index.js
  6. LICENSE
  7. package.json
  8. README.md
node_modules/shasum/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