8 #ifndef BOTAN_KECCAK_H__
9 #define BOTAN_KECCAK_H__
11 #include <botan/hash.h>
12 #include <botan/secmem.h>
34 std::string name()
const override;
35 void clear()
override;
38 void add_data(
const uint8_t input[],
size_t length)
override;
39 void final_result(uint8_t out[])
override;
41 size_t m_output_bits, m_bitrate;
size_t hash_block_size() const override
std::vector< T, secure_allocator< T >> secure_vector
size_t output_length() const override