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