diff options
| author | Palmer Cox <p@lmercox.com> | 2013-10-22 23:26:47 -0400 |
|---|---|---|
| committer | Palmer Cox <p@lmercox.com> | 2013-10-27 21:25:19 -0400 |
| commit | 72a9482b3f656a009304de9cfa05011083045e4f (patch) | |
| tree | b27c336ef24f030f96b2dadad1b374ffa6afbcd7 /src | |
| parent | 653ee13839c95039709e9f261438115c74dd626f (diff) | |
| download | rust-72a9482b3f656a009304de9cfa05011083045e4f.tar.gz rust-72a9482b3f656a009304de9cfa05011083045e4f.zip | |
Add a comment to Sha1 that its not suitable for cryptogrpahic uses.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustpkg/sha1.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustpkg/sha1.rs b/src/librustpkg/sha1.rs index 38bfc51841f..04efbfffe15 100644 --- a/src/librustpkg/sha1.rs +++ b/src/librustpkg/sha1.rs @@ -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. */ |
