8 #ifndef BOTAN_WHIRLPOOL_H__
9 #define BOTAN_WHIRLPOOL_H__
11 #include <botan/mdx_hash.h>
21 std::string
name()
const {
return "Whirlpool"; }
30 void compress_n(
const byte[],
size_t blocks);
31 void copy_out(
byte[]);
33 static const u64bit C0[256];
34 static const u64bit C1[256];
35 static const u64bit C2[256];
36 static const u64bit C3[256];
37 static const u64bit C4[256];
38 static const u64bit C5[256];
39 static const u64bit C6[256];
40 static const u64bit C7[256];
HashFunction * clone() const
size_t output_length() const
unsigned long long u64bit