IteratedHashWithStaticTransform< T_HashWordType, T_Endianness, T_BlockSize, T_StateSize, T_Transform, T_DigestSize > Class Template Reference
_
More...
#include <iterhash.h>
List of all members.
|
Public Member Functions |
unsigned int | DigestSize () const |
Clonable * | Clone () const |
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
template<class T_HashWordType, class T_Endianness, unsigned int T_BlockSize, unsigned int T_StateSize, class T_Transform, unsigned int T_DigestSize = 0>
class IteratedHashWithStaticTransform< T_HashWordType, T_Endianness, T_BlockSize, T_StateSize, T_Transform, T_DigestSize >
_
Definition at line 80 of file iterhash.h.
The documentation for this class was generated from the following file: