Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
RIPEMD-256 message digest. More...
#include <ripemd.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, 32, RIPEMD256 > | |
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, 32, RIPEMD256 > | |
static const int | DIGESTSIZE |
RIPEMD-256 message digest.
Digest size is 256-bits.
|
static |
Definition at line 625 of file ripemd.cpp.
Definition at line 637 of file ripemd.cpp.
|
inlinestatic |