|
fastdo
0.6.16
|
#include <md5.hpp>
Public 类型 | |
| typedef unsigned int | size_type |
| typedef unsigned char | uint8 |
| typedef unsigned int | uint32 |
Public 成员函数 | |
| MD5 () | |
| MD5 (const AnsiString &content) | |
| void | update (const unsigned char buf[], size_type length) |
| void | update (const char buf[], size_type length) |
| MD5 & | finalize () |
| AnsiString | hexdigest () const |
| Buffer | digestres () const |
| AnsiString | toString () const |
| hexdigest() 更多... | |
友元 | |
| std::ostream & | operator<< (std::ostream &out, MD5 &md5) |
| typedef unsigned int winux::MD5::size_type |
| typedef unsigned char winux::MD5::uint8 |
| typedef unsigned int winux::MD5::uint32 |
| winux::MD5::MD5 | ( | ) |
| winux::MD5::MD5 | ( | const AnsiString & | content | ) |
| void winux::MD5::update | ( | const unsigned char | buf[], |
| size_type | length | ||
| ) |
| void winux::MD5::update | ( | const char | buf[], |
| size_type | length | ||
| ) |
| MD5& winux::MD5::finalize | ( | ) |
| AnsiString winux::MD5::hexdigest | ( | ) | const |
| Buffer winux::MD5::digestres | ( | ) | const |
| AnsiString winux::MD5::toString | ( | ) | const |
|
friend |