Wrapper for MD5 hasher.
More...
#include <md5.h>
|
|
| md5 () |
| | Initialize the algorithm.
|
| |
|
void | append (const BYTE *data, size_t nbytes) |
| | Append a string to the message.
|
| |
|
void | finish (BYTE digest[16]) |
| | Finish the message and return the digest.
|
| |
The documentation for this class was generated from the following files:
- include/mlib/md5.h
- src/md5.cpp