Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

16 lines
325 B
Markdown

# shasum
Single function that return the sha1sum.
Installing this is just a little bit quicker than reading the crypto documentation.
``` js
var shasum = require('shasum')
shasum(string || buffer || object)
```
Oh yeah, it works in the browser too, with [browserify](https://npmjs.org/package/browserify)
## License
MIT