RIPEMD-320 message digest.
More...
#include <ripemd.h>
|
CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
|
| CRYPTOPP_CONSTANT (DIGESTSIZE=0 ? 0 :T_StateSize) |
|
unsigned int | DigestSize () const |
| Provides the digest size of the hash.
|
|
Clonable * | Clone () const |
| Create a copy of this object.
|
|
RIPEMD-320 message digest.
Digest size is 320-bits.
- See also
- RIPEMD-320
- Since
- Crypto++ 2.1
Definition at line 29 of file ripemd.h.
◆ InitState()
void RIPEMD320::InitState |
( |
HashWordType * |
state | ) |
|
|
static |
◆ StaticAlgorithmName()
CRYPTOPP_STATIC_CONSTEXPR const char * RIPEMD320::StaticAlgorithmName |
( |
| ) |
|
|
inline |
◆ Transform()
void RIPEMD320::Transform |
( |
word32 * |
digest, |
|
|
const word32 * |
data |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/ripemd.h
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/ripemd.cpp