libsidplayfp  2.0.2
Public Member Functions | List of all members
libsidplayfp::sidmd5 Class Reference

#include <sidmd5.h>

Public Member Functions

 sidmd5 ()
 
void append (const void *data, int nbytes)
 
void finish ()
 
void reset ()
 
std::string getDigest ()
 

Detailed Description

A wrapper around the md5 implementation that provides an hex formatted digest

Constructor & Destructor Documentation

◆ sidmd5()

libsidplayfp::sidmd5::sidmd5 ( )
inline
Exceptions
md5Error

Member Function Documentation

◆ append()

void libsidplayfp::sidmd5::append ( const void *  data,
int  nbytes 
)
inline

Append a string to the message.

◆ finish()

void libsidplayfp::sidmd5::finish ( )
inline

Finish the message.

◆ getDigest()

std::string libsidplayfp::sidmd5::getDigest ( )
inline

Return pointer to 32-byte hex fingerprint.

◆ reset()

void libsidplayfp::sidmd5::reset ( )
inline

Initialize the algorithm. Reset starting values.


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