Add a comment to Sha1 that its not suitable for cryptogrpahic uses.

This commit is contained in:
Palmer Cox 2013-10-22 23:26:47 -04:00
parent 653ee13839
commit 72a9482b3f
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
*
* The `sha1` object may be reused to create multiple hashes by calling
* the `reset` method.
*
* This implementation has not been reviewed for cryptographic uses.
* As such, all cryptographic uses of this implementation are strongly
* discouraged.
*/