|
libsidplayfp
1.2.2
|
#include <sidmd5.h>
Public Member Functions | |
| void | append (const void *data, int nbytes) |
| Append a string to the message. | |
| void | finish () |
| Finish the message. | |
| void | reset () |
| Initialize the algorithm. Reset starting values. | |
| std::string | getDigest () |
| Return pointer to 32-byte hex fingerprint. | |
A wrapper around the md5 implementation that provides an hex formatted digest
1.8.6