MLIB
Loading...
Searching...
No Matches
mlib::md5 Class Reference

Wrapper for MD5 hasher. More...

#include <md5.h>

Public Member Functions

 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.
 

Detailed Description

Wrapper for MD5 hasher.


The documentation for this class was generated from the following files: