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