summaryrefslogtreecommitdiff
path: root/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'md5.h')
-rw-r--r--md5.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/md5.h b/md5.h
index f17780e..7fb9f17 100644
--- a/md5.h
+++ b/md5.h
@@ -6,7 +6,8 @@
NAMESPACE_BEGIN(CryptoPP)
//! <a href="http://www.weidai.com/scan-mirror/md.html#MD5">MD5</a>
-/*! 128 Bit Hash */
+/*! \warning MD5 is considered insecure, and should not be used
+ unless you absolutely need it for compatibility. */
class MD5 : public IteratedHashWithStaticTransform<word32, LittleEndian, 64, 16, MD5>
{
public: