AuxPort 0.2
Modules for Audio Software Development
|
Provides interface to calculate MD5 hash of a string. More...
#include <AuxCrypto.h>
Public Member Functions | |
MD5 (const MD5 &md5)=default | |
Static Public Member Functions | |
static std::string | hash (const std::string &data) |
Returns MD5 hash of the given string. | |
Provides interface to calculate MD5 hash of a string.
Definition at line 50 of file AuxCrypto.h.
|
static |
Returns MD5 hash of the given string.
Definition at line 152 of file AuxCrypto.cpp.