CernVM-FS
2.12.0
|
#include <compat.h>
Public Member Functions | |
Md5 () | |
Md5 (const char *chars, const unsigned length) | |
Public Member Functions inherited from compat::shash_v1::Digest< 16, kMd5 > | |
unsigned | GetDigestSize () const |
unsigned | GetHexSize () const |
Digest () | |
Digest (const Algorithms a, const unsigned char *digest_buffer, const unsigned buffer_size) | |
std::string | ToString () const |
bool | IsNull () const |
bool | operator== (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator!= (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator< (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator> (const Digest< digest_size_, algorithm_ > &other) const |
Additional Inherited Members | |
Public Attributes inherited from compat::shash_v1::Digest< 16, kMd5 > | |
unsigned char | digest [digest_size_] |
Algorithms | algorithm |
compat::shash_v1::Md5::Md5 | ( | const char * | chars, |
const unsigned | length | ||
) |