diff --git a/src/librustpkg/sha1.rs b/src/librustpkg/sha1.rs index 38bfc51841fb..04efbfffe15c 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. */