Files
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

325 B

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