![]() |
CernVM-FS
2.13.0
|
#include <compat.h>
Public Member Functions | |
unsigned | GetDigestSize () const |
unsigned | GetHexSize () const |
Digest () | |
Digest (const Algorithms a, const unsigned char *digest_buffer, const unsigned buffer_size, const Suffix s=kSuffixNone) | |
Public Attributes | |
unsigned char | digest [digest_size_] |
Algorithms | algorithm |
Suffix | suffix |
|
inline |
|
inline |
|
inline |
|
inline |
Algorithms compat::shash_v2::Digest< digest_size_, algorithm_ >::algorithm |
Definition at line 174 of file compat.h.
Referenced by compat::shash_v2::Digest< 20, kAny >::GetDigestSize(), compat::shash_v2::Digest< 20, kAny >::GetHexSize(), and compat::shash_v2::MigrateAny().
unsigned char compat::shash_v2::Digest< digest_size_, algorithm_ >::digest[digest_size_] |
Definition at line 173 of file compat.h.
Referenced by compat::shash_v2::Digest< 20, kAny >::Digest(), and compat::shash_v2::MigrateAny().
Suffix compat::shash_v2::Digest< digest_size_, algorithm_ >::suffix |
Definition at line 175 of file compat.h.
Referenced by compat::shash_v2::MigrateAny().