Crypto++  8.8
Free C++ class library of cryptographic schemes
Static Public Member Functions | List of all members
RIPEMD320 Class Reference

RIPEMD-320 message digest. More...

+ Inheritance diagram for RIPEMD320:

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, 40, RIPEMD320 >
unsigned int DigestSize () const
 Provides the digest size of the hash. More...
 
- Public Member Functions inherited from ClonableImpl< DERIVED, BASE >
ClonableClone () const
 Create a copy of this object. More...
 
- Static Public Attributes inherited from IteratedHashWithStaticTransform< word32, LittleEndian, 64, 40, RIPEMD320 >
static const int DIGESTSIZE
 

Detailed Description

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.


The documentation for this class was generated from the following files: