Tiger Class Reference

Tiger More...

#include <tiger.h>

Inheritance diagram for Tiger:

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

Static Protected Attributes

static const word64 table [4 *256+3]


Detailed Description

Tiger

Definition at line 13 of file tiger.h.


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

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