MIRA
|
A generic hash digest, which consists of an array of bytes. More...
#include <security/HashStream.h>
Public Member Functions | |
HashDigest (size_t iLength=0) | |
Constructor. More... | |
std::string | toString () const |
Convert the digest into a string. More... | |
Public Attributes | |
T | elements |
STL member. More... | |
A generic hash digest, which consists of an array of bytes.
|
inline |
Constructor.
[in] | iLength | The length of the hash digest. |
std::string toString | ( | ) | const |
Convert the digest into a string.
|
inherited |
STL member.