summaryrefslogtreecommitdiff
path: root/whrlpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'whrlpool.h')
-rw-r--r--whrlpool.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/whrlpool.h b/whrlpool.h
index c6971f08..298850ab 100644
--- a/whrlpool.h
+++ b/whrlpool.h
@@ -9,8 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
-//! <a href="http://www.weidai.com/scan-mirror/md.html#Whirlpool">Whirlpool</a>
-/*! 512 Bit Hash */
+//! <a href="http://www.cryptolounge.org/wiki/Whirlpool">Whirlpool</a>
class Whirlpool : public IteratedHashWithStaticTransform<word64, BigEndian, 64, 64, Whirlpool>
{
public: