BWAPI
|
#include <md5.h>
Public Types | |
typedef unsigned int | size_type |
Public Member Functions | |
MD5 () | |
MD5 (const std::string &text) | |
void | update (const unsigned char *buf, size_type length) |
void | update (const char *buf, size_type length) |
MD5 & | finalize () |
std::string | hexdigest () const |
Friends | |
std::ostream & | operator<< (std::ostream &, MD5 md5) |
typedef unsigned int MD5::size_type |
MD5::MD5 | ( | ) |
MD5::MD5 | ( | const std::string & | text | ) |
MD5 & MD5::finalize | ( | ) |
std::string MD5::hexdigest | ( | ) | const |
void MD5::update | ( | const unsigned char * | buf, |
size_type | length | ||
) |
void MD5::update | ( | const char * | buf, |
size_type | length | ||
) |
std::ostream& operator<< | ( | std::ostream & | out, |
MD5 | md5 | ||
) | [friend] |