backoffice/node_modules/shasum
root ab9f8bb658 first commit 2020-02-06 10:09:39 +00:00
..
test first commit 2020-02-06 10:09:39 +00:00
.npmignore first commit 2020-02-06 10:09:39 +00:00
.travis.yml first commit 2020-02-06 10:09:39 +00:00
LICENSE first commit 2020-02-06 10:09:39 +00:00
README.md first commit 2020-02-06 10:09:39 +00:00
browser.js first commit 2020-02-06 10:09:39 +00:00
index.js first commit 2020-02-06 10:09:39 +00:00
package.json first commit 2020-02-06 10:09:39 +00:00

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