Crypto++  8.8
Free C++ class library of cryptographic schemes
Static Public Member Functions | List of all members
Weak::MD4 Class Reference

MD4 More...

+ Inheritance diagram for Weak::MD4:

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. More...
 
- Public Member Functions inherited from ClonableImpl< DERIVED, BASE >
ClonableClone () const
 Create a copy of this object. More...
 
- Static Public Attributes inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, MD4 >
static const int DIGESTSIZE
 

Detailed Description

MD4

Warning
MD4 is considered insecure, and should not be used unless you absolutely need it for compatibility.

Definition at line 13 of file md4.h.


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