Security Scol plugin
|
#include <md4.h>
Public Member Functions | |
CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
Public Member Functions inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, MD4 > | |
CRYPTOPP_CONSTANT (DIGESTSIZE=0 ? 0 :T_StateSize) | |
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 Member Functions | |
static void | InitState (HashWordType *state) |
static void | Transform (word32 *digest, const word32 *data) |
Additional Inherited Members | |
Protected Types inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, MD4 > | |
enum | |
Protected Member Functions inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, MD4 > | |
void | HashEndianCorrectedBlock (const word32 *data) |
void | Init () |
word32 * | StateBuf () |
Protected Attributes inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, MD4 > | |
FixedSizeAlignedSecBlock< word32, Blocks, false > | m_state |
|
inline |