MuldeR's Utilities for Qt
MUtilities
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
MUtils::Hash::Keccak Class Reference

Public Types

enum  HashBits { hb224, hb256, hb384, hb512 }
 

Public Member Functions

bool init (HashBits hashBits=hb256)
 
bool addData (const QByteArray &data)
 
bool addData (const char *data, int size)
 
const QByteArray & finalize ()
 

Static Public Member Functions

static bool selfTest (void)
 

Protected Attributes

bool m_initialized
 
Internal::KeccakImpl::hashStatem_state
 
QByteArray m_hashResult
 

The documentation for this class was generated from the following file: