8 #ifndef BOTAN_KECCAK_H_
9 #define BOTAN_KECCAK_H_
11 #include <botan/hash.h>
12 #include <botan/secmem.h>
35 HashFunction* clone()
const override;
36 std::unique_ptr<HashFunction> copy_state()
const override;
37 std::string
name()
const override;
38 void clear()
override;
41 void add_data(
const uint8_t input[],
size_t length)
override;
42 void final_result(uint8_t out[])
override;
44 size_t m_output_bits, m_bitrate;
size_t hash_block_size() const override
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
std::vector< T, secure_allocator< T >> secure_vector
size_t output_length() const override
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)