MD5 encoder. More...
#include <encoder_md5.h>
Public Member Functions | |
| virtual void | encode (std::istream &in, std::ostream &out) |
| Calculate MD5 hash. | |
MD5 encoder.
This class implements the MD5 hashing algorithm.
| virtual void dbp::codec::encoder_md5::encode | ( | std::istream & | in, | |
| std::ostream & | out | |||
| ) | [virtual] |
Calculate MD5 hash.
Calculates md5 hash of the data from the input stream and places the hash value into the output stream.
| in | the input stream | |
| out | the output stream |