MD5 message digest.
More...
#include <md5.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.
|
|
MD5 message digest.
- See also
- MD5
- Since
- Crypto++ 1.0
Definition at line 13 of file md5.h.
◆ InitState()
void MD5::InitState |
( |
HashWordType * |
state | ) |
|
|
static |
◆ StaticAlgorithmName()
CRYPTOPP_STATIC_CONSTEXPR const char * Weak1::MD5::StaticAlgorithmName |
( |
| ) |
|
|
inline |
Definition at line 18 of file md5.h.
◆ Transform()
void MD5::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/md5.h
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/md5.cpp