#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.
|
|
Constructs a new SHA object. |
|
|
Virtual Destructor. |
|
|
Provide input to SHA1.
|
|
||||||||||||
|
Provide input to SHA1.
|
|
|
Finalizes the hash computation. |
|
|
Returns the message digest in hex notation. Finalizes the hash if finalize() has not been called before.
|
|
|
Resets the internal state. |
1.4.1