11#include <botan/mdx_hash.h>
21 std::string
name()
const {
return "MD4"; }
30 void compress_n(
const byte input[],
size_t blocks);
31 void copy_out(
byte[]);
HashFunction * clone() const
size_t output_length() const
SecureVector< u32bit > digest
MDx_HashFunction(size_t block_length, bool big_byte_endian, bool big_bit_endian, size_t counter_size=8)