E-MailRelay
|
A class that calculates an md5 digest from one or more 64-byte blocks of data using the algorithm described by RFC-1321. More...
Public Member Functions | |
digest (const std::string &s) | |
digest (digest_state) | |
digest_state | state () const |
void | add (const block &) |
A class that calculates an md5 digest from one or more 64-byte blocks of data using the algorithm described by RFC-1321.
A digest can be calculated in one go from an arbitrarily-sized block of data, or incrementally from a series of 64-byte blocks. The 64-byte blocks must be passed as Md5Imp::block objects.
|
explicit |
|
explicit |
G::Md5Imp::digest::digest_state G::Md5Imp::digest::state | ( | ) | const |