Crypto++
|
_ More...
#include <iterhash.h>
Public Types | |
typedef T_Endianness | ByteOrderClass |
typedef T_HashWordType | HashWordType |
Public Member Functions | |
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 () |
void | TruncatedFinal (byte *digest, size_t size) |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
static void | CorrectEndianess (HashWordType *out, const HashWordType *in, size_t byteCount) |
Static Public Attributes | |
static const int | DIGESTSIZE = T_DigestSize ? T_DigestSize : T_StateSize |
static const int | BLOCKSIZE |
static CompileAssert <((T_BlockSize &(T_BlockSize-1))==0)> | cryptopp_assert___LINE__ |
Protected Attributes | |
FixedSizeAlignedSecBlock < T_HashWordType, T_BlockSize/sizeof(T_HashWordType), T_StateAligned > | m_state |
FixedSizeSecBlock < T_HashWordType, T_BlockSize/sizeof(T_HashWordType)> | m_data |
_
Definition at line 80 of file iterhash.h.