|
Public Types |
|
typedef B | ByteOrderClass |
typedef IteratedHashBase<
T, BASE >::HashWordType | HashWordType |
Public Member Functions |
|
| IteratedHashBase2 (unsigned int blockSize, unsigned int digestSize) |
|
void | TruncatedFinal (byte *hash, unsigned int size) |
Static Public Member Functions |
|
void | CorrectEndianess (HashWordType *out, const HashWordType *in, unsigned int byteCount) |
Protected Member Functions |
|
void | HashBlock (const HashWordType *input) |
|
virtual void | vTransform (const HashWordType *data)=0 |