remove extra braces
[sha1.git] / README.md
CommitLineData
6dd00e11
BA
1# sha1.js
2
3Just a few lines of javascript code to compute the Sha-1 sum, which
4I often use to validate some secret string on a website.
5
6It's actually limited to "not-too-long" messages: as far as you don't
7hash a big file everything should be fine.