Crypto++
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes
Tiger Class Reference

Tiger More...

#include <tiger.h>

Inheritance diagram for Tiger:
IteratedHashWithStaticTransform< word64, LittleEndian, 64, 24, Tiger >

List of all members.

Public Member Functions

void TruncatedFinal (byte *hash, size_t size)
unsigned int DigestSize () 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

Protected Member Functions

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

Protected Attributes

FixedSizeAlignedSecBlock
< T_HashWordType, T_BlockSize/sizeof(T_HashWordType),
T_StateAligned > 
m_state

Static Protected Attributes

static const word64 table [4 *256+3]

Detailed Description

Tiger


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