Panama Hash
More...
#include <panama.h>
|
unsigned int | DigestSize () const |
|
void | TruncatedFinal (byte *hash, size_t size) |
|
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 const char * | StaticAlgorithmName () |
|
static void | CorrectEndianess (HashWordType *out, const HashWordType *in, size_t byteCount) |
|
|
static const int | DIGESTSIZE = 32 |
|
static const int | BLOCKSIZE |
|
static CompileAssert
<((T_BlockSize &(T_BlockSize-1))==0)> | cryptopp_assert___LINE__ |
|
|
void | Init () |
|
void | HashEndianCorrectedBlock (const word32 *data) |
|
size_t | HashMultipleBlocks (const word32 *input, size_t length) |
|
word32 * | StateBuf () |
|
void | Reset () |
|
void | Iterate (size_t count, const word32 *p=NULL, byte *output=NULL, const byte *input=NULL, KeystreamOperation operation=WRITE_KEYSTREAM) |
|
word32 * | DataBuf () |
|
word32 | GetBitCountHi () const |
|
word32 | GetBitCountLo () const |
|
void | PadLastBlock (unsigned int lastBlockSize, byte padFirst=0x80) |
|
void | HashBlock (const HashWordType *input) |
|
|
static const int | STAGES = 32 |
|
template<class B = LittleEndian>
class Weak::PanamaHash< B >
Panama Hash
Definition at line 27 of file panama.h.
The documentation for this class was generated from the following file: