From 2bca8928ee8333a9e8823f1776c92285ade384bd Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 15 Apr 2007 23:00:27 +0000 Subject: MMX/SSE2 optimizations git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@287 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- whrlpool.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'whrlpool.h') 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) -//! Whirlpool -/*! 512 Bit Hash */ +//! Whirlpool class Whirlpool : public IteratedHashWithStaticTransform { public: -- cgit v1.2.1