| 
    MRPT
    1.9.9
    
   | 
 
Public Types | |
| using | size_type = uint32_t | 
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 | 
Private Types | |
| enum | { blocksize = 64 } | 
| using | uint1 = unsigned char | 
| using | uint4 = unsigned int | 
Private Member Functions | |
| void | init () | 
| void | transform (const uint1 block[blocksize]) | 
Static Private Member Functions | |
| static void | decode (uint4 output[], const uint1 input[], size_type len) | 
| static void | encode (uint1 output[], const uint4 input[], size_type len) | 
| static uint4 | F (uint4 x, uint4 y, uint4 z) | 
| static uint4 | G (uint4 x, uint4 y, uint4 z) | 
| static uint4 | H (uint4 x, uint4 y, uint4 z) | 
| static uint4 | I (uint4 x, uint4 y, uint4 z) | 
| static uint4 | rotate_left (uint4 x, int n) | 
| static void | FF (uint4 &a, uint4 b, uint4 c, uint4 d, uint4 x, uint4 s, uint4 ac) | 
| static void | GG (uint4 &a, uint4 b, uint4 c, uint4 d, uint4 x, uint4 s, uint4 ac) | 
| static void | HH (uint4 &a, uint4 b, uint4 c, uint4 d, uint4 x, uint4 s, uint4 ac) | 
| static void | II (uint4 &a, uint4 b, uint4 c, uint4 d, uint4 x, uint4 s, uint4 ac) | 
Private Attributes | |
| bool | finalized {false} | 
| uint1 | buffer [blocksize] | 
| uint4 | count [2] = {0, 0} | 
| uint4 | state [4] | 
| uint1 | digest [16] {} | 
Friends | |
| std::ostream & | operator<< (std::ostream &, MD5 md5) | 
| using MD5::size_type = uint32_t | 
      
  | 
  private | 
      
  | 
  private | 
| MD5::MD5 | ( | const std::string & | text | ) | 
      
  | 
  inlinestaticprivate | 
      
  | 
  inlinestaticprivate | 
      
  | 
  inlinestaticprivate | 
| std::string MD5::hexdigest | ( | ) | const | 
Definition at line 413 of file md5.cpp.
References mrpt::system::os::sprintf().
      
  | 
  inlinestaticprivate | 
      
  | 
  inlinestaticprivate | 
      
  | 
  friend | 
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |