#include <hashsum_template.h>
Public Member Functions | |
HashSumValue (std::string Str) | |
HashSumValue () | |
operator std::string () const | |
bool | operator!= (const HashSumValue &rhs) const |
bool | operator== (const HashSumValue &rhs) const |
bool | Set (std::string Str) |
void | Set (unsigned char S[N/8]) |
std::string | Value () const |
void | Value (unsigned char S[N/8]) |
Private Attributes | |
unsigned char | Sum [N/8] |
|
inline |
References HashSumValue< N >::Set(), and HashSumValue< N >::Sum.
|
inline |
References HashSumValue< N >::Sum.
|
inline |
|
inline |
References HashSumValue< N >::Sum.
|
inline |
References HashSumValue< N >::Sum.
|
inline |
References Hex2Num(), and HashSumValue< N >::Sum.
Referenced by HashSumValue< N >::HashSumValue(), SHA256Summation::Result(), and SHA512Summation::Result().
|
inline |
References HashSumValue< N >::Sum.
|
inline |
References HashSumValue< N >::Sum.
Referenced by HashSumValue< N >::operator std::string().
|
inline |
References HashSumValue< N >::Sum.
|
private |