#include <sha.h>
Public Member Functions | |
SHA () | |
virtual | ~SHA () |
void | reset () |
void | finalize () |
const std::string | hex () |
void | feed (const unsigned char *data, unsigned length) |
void | feed (const std::string &data) |
Definition at line 29 of file sha.h.
const std::string hex | ( | ) |
Returns the message digest in hex notation. Finalizes the hash if finalize() has not been called before.
void feed | ( | const unsigned char * | data, | |
unsigned | length | |||
) |
void feed | ( | const std::string & | data | ) |