#include <TCMathChecksum.h>
Public Member Functions | |
virtual | ~Checksum () |
virtual void | Append (const uchar *data, uint32 len)=0 |
Append data for to the checksum value calculation. | |
virtual std::string | GetHashString () const =0 |
Get the calculated hash string. | |
virtual std::string | GetHashDigets () const =0 |
Get the calculated hash digets. |
Definition at line 62 of file TCMathChecksum.h.
virtual TC::Math::Checksum::~Checksum | ( | ) | [inline, virtual] |
Definition at line 65 of file TCMathChecksum.h.
Append data for to the checksum value calculation.
data | The data to append to the calculation | |
len | The length of the data to append |
virtual std::string TC::Math::Checksum::GetHashString | ( | ) | const [pure virtual] |
Get the calculated hash string.
virtual std::string TC::Math::Checksum::GetHashDigets | ( | ) | const [pure virtual] |
Get the calculated hash digets.