#include <WhirlpoolHash.h>
Public Member Functions | |
| TWhirlpoolHash () | |
Protected Member Functions | |
| virtual Retval | generate (const IByteArray &rInput, IByteArray &rOutput) |
this class implements the cryptographic hash using the whirlpool hashing
| TWhirlpoolHash::TWhirlpoolHash | ( | ) |
Creates a whirlpool hash
| Retval TWhirlpoolHash::generate | ( | const IByteArray & | rInput, |
| IByteArray & | rOutput | ||
| ) | [protected, virtual] |
Generates the whirlpool hash out a input char-array
Implements zeus::TAbstractHash.