|
Crypto++
|
#include <whrlpool.h>
Public Types | |
| typedef BigEndian | 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 |
Definition at line 10 of file whrlpool.h.
1.8.8