Whirlpool Class Reference

Whirlpool More...

#include <whrlpool.h>

Inheritance diagram for Whirlpool:

IteratedHashWithStaticTransform< T_HashWordType, T_Endianness, T_BlockSize, T_StateSize, T_Transform, T_DigestSize > ClonableImpl< T_Transform, AlgorithmImpl< IteratedHash< T_HashWordType, T_Endianness, T_BlockSize >, T_Transform > >

List of all members.

Public Member Functions

void TruncatedFinal (byte *hash, size_t size)
unsigned int DigestSize () const
ClonableClone () const

Static Public Member Functions

static void InitState (HashWordType *state)
static void Transform (word64 *digest, const word64 *data)
static const char * StaticAlgorithmName ()

Static Public Attributes

static const int DIGESTSIZE = T_DigestSize ? T_DigestSize : T_StateSize

Protected Member Functions

void HashEndianCorrectedBlock (const T_HashWordType *data)
void Init ()
T_HashWordType * StateBuf ()

Protected Attributes

FixedSizeSecBlock
< T_HashWordType, T_BlockSize/sizeof(T_HashWordType)> 
m_state


Detailed Description

Whirlpool

Definition at line 13 of file whrlpool.h.


The documentation for this class was generated from the following files:

Generated on Mon Oct 27 02:38:36 2008 for Crypto++ by  doxygen 1.5.7.1