#include <sha.h>
Public Member Functions | |
unsigned int | DigestSize () const |
Clonable * | Clone () const |
Static Public Member Functions | |
static void __cdecl | InitState (HashWordType *state) |
static void __cdecl | Transform (word32 *digest, const word32 *data) |
static const char *__cdecl | 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 |
Definition at line 20 of file sha.h.