~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to whrlpool.h

  • Committer: weidai
  • Date: 2007-05-04 15:36:15 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:339
fix compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
NAMESPACE_BEGIN(CryptoPP)
11
11
 
12
 
//! <a href="http://www.weidai.com/scan-mirror/md.html#Whirlpool">Whirlpool</a>
13
 
/*! 512 Bit Hash */
 
12
//! <a href="http://www.cryptolounge.org/wiki/Whirlpool">Whirlpool</a>
14
13
class Whirlpool : public IteratedHashWithStaticTransform<word64, BigEndian, 64, 64, Whirlpool>
15
14
{
16
15
public: