Crypto++
|
#include <tiger.h>
Public Types | |
typedef LittleEndian | ByteOrderClass |
typedef word64 | HashWordType |
Public Member Functions | |
void | TruncatedFinal (byte *hash, size_t size) |
unsigned int | DigestSize () const |
Clonable * | Clone () const |
std::string | AlgorithmName () const |
unsigned int | BlockSize () const |
ByteOrder | GetByteOrder () const |
unsigned int | OptimalBlockSize () const |
unsigned int | OptimalDataAlignment () const |
void | Update (const byte *input, size_t length) |
byte * | CreateUpdateSpace (size_t &size) |
void | Restart () |
Static Public Attributes | |
static const int | DIGESTSIZE |
static const int | BLOCKSIZE |
static CompileAssert <((T_BlockSize &(T_BlockSize-1))==0)> | cryptopp_assert___LINE__ |
Protected Attributes | |
FixedSizeAlignedSecBlock < word64, T_BlockSize/sizeof(word64), T_StateAligned > | m_state |
FixedSizeSecBlock< word64, T_BlockSize/sizeof(word64)> | m_data |
Static Protected Attributes | |
static const word64 | table [4 *256+3] |