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