Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
#include <md4.h>
Static Public Member Functions | |
static void | InitState (HashWordType *state) |
static void | Transform (word32 *digest, const word32 *data) |
static const char * | StaticAlgorithmName () |
Additional Inherited Members | |
Public Member Functions inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, MD4 > | |
unsigned int | DigestSize () const |
Provides the digest size of the hash. | |
Public Member Functions inherited from ClonableImpl< DERIVED, BASE > | |
Clonable * | Clone () const |
Create a copy of this object. | |
Static Public Attributes inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, MD4 > | |
static const int | DIGESTSIZE |
|
inlinestatic |