Security Scol plugin
|
RIPEMD-128 message digest. More...
#include <ripemd.h>
Public Member Functions | |
CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
Public Member Functions inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, RIPEMD128 > | |
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, RIPEMD128 > | |
enum | |
Protected Member Functions inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, RIPEMD128 > | |
void | HashEndianCorrectedBlock (const word32 *data) |
void | Init () |
word32 * | StateBuf () |
Protected Attributes inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 16, RIPEMD128 > | |
FixedSizeAlignedSecBlock< word32, Blocks, false > | m_state |
RIPEMD-128 message digest.
Digest size is 128-bits.
|
static |
Definition at line 464 of file ripemd.cpp.
|
inline |
Definition at line 472 of file ripemd.cpp.