about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustpkg/sha1.rs4
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.
  */