| 
    fastdo
    0.5.12
    
   | 
 
#include <md5.hpp>
Public 类型 | |
| typedef unsigned int | size_type | 
| typedef unsigned char | uint1 | 
| typedef unsigned int | uint4 | 
Public 成员函数 | |
| MD5 () | |
| MD5 (const AnsiString &text) | |
| void | update (const unsigned char *buf, size_type length) | 
| void | update (const char *buf, size_type length) | 
| MD5 & | finalize () | 
| String | hexdigest () const | 
| void | digestres (uint1 res[16]) const | 
| String | md5 () const | 
友元 | |
| std::ostream & | operator<< (std::ostream &, MD5 &md5) | 
| typedef unsigned int winux::MD5::size_type | 
| typedef unsigned char winux::MD5::uint1 | 
| typedef unsigned int winux::MD5::uint4 | 
| winux::MD5::MD5 | ( | ) | 
| winux::MD5::MD5 | ( | const AnsiString & | text | ) | 
| void winux::MD5::digestres | ( | uint1 | res[16] | ) | const | 
| MD5& winux::MD5::finalize | ( | ) | 
| String winux::MD5::hexdigest | ( | ) | const | 
| String winux::MD5::md5 | ( | ) | const | 
| void winux::MD5::update | ( | const unsigned char * | buf, | 
| size_type | length | ||
| ) | 
| void winux::MD5::update | ( | const char * | buf, | 
| size_type | length | ||
| ) | 
      
  | 
  friend |