mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
Add a comment to Sha1 that its not suitable for cryptogrpahic uses.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user