|
gloox
1.0
|
#include <md5.h>
Public Member Functions | |
| MD5 () | |
| virtual | ~MD5 () |
| void | feed (const unsigned char *data, int bytes) |
| void | feed (const std::string &data) |
| void | finalize () |
| const std::string | hex () |
| const std::string | binary () |
| void | reset () |
An MD% implementation.
This is an implementation of the Message Digest Algorithm as decribed in RFC 1321. The original code has been taken from an implementation by L. Peter Deutsch.
| const std::string binary | ( | ) |
| void feed | ( | const unsigned char * | data, |
| int | bytes | ||
| ) |
| void feed | ( | const std::string & | data | ) |
| void finalize | ( | ) |
| const std::string hex | ( | ) |
1.7.6.1