#include <MD5Hash.h>
Public Member Functions | |
| TMD5Hash () | |
Protected Member Functions | |
| virtual Int | getBlockSize () const |
| virtual void | initCTX (TypeMD_CTX &rCTX) |
| virtual void | processBlock (TypeMD_CTX &rCtx, const Uint8 *pucBuffer, Int iBlockNum) |
Implements the message digest algorithm version 5. It implements a cryptographic hash function for use in message integrity checks (wikipedia)
| zeus::TMD5Hash::TMD5Hash | ( | ) | [inline] |
| Int zeus::TMD5Hash::getBlockSize | ( | ) | const [inline, protected, virtual] |
Implements zeus::TAbstractMDHash.
| void TMD5Hash::initCTX | ( | TypeMD_CTX & | rCTX ) | [protected, virtual] |
Implements zeus::TAbstractMDHash.
| void TMD5Hash::processBlock | ( | TypeMD_CTX & | rCtx, |
| const Uint8 * | pucBuffer, | ||
| Int | iBlockNum | ||
| ) | [protected, virtual] |
Implements zeus::TAbstractMDHash.