summaryrefslogtreecommitdiff
path: root/whrlpool.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-15 23:00:27 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-15 23:00:27 +0000
commit2bca8928ee8333a9e8823f1776c92285ade384bd (patch)
tree6d117430c0ea76a7444fa3871d1898995d825ada /whrlpool.h
parent9c4e83bd0dc50000ab945875cf1c4b71c2d9c5ee (diff)
downloadcryptopp-2bca8928ee8333a9e8823f1776c92285ade384bd.tar.gz
MMX/SSE2 optimizations
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@287 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 c6971f0..298850a 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: