8 #ifndef BOTAN_GOST_3411_H__
9 #define BOTAN_GOST_3411_H__
11 #include <botan/hash.h>
12 #include <botan/gost_28147.h>
22 std::string
name()
const override {
return "GOST-R-34.11-94" ; }
27 void clear()
override;
31 void compress_n(
const uint8_t input[],
size_t blocks);
33 void add_data(
const uint8_t[],
size_t)
override;
34 void final_result(uint8_t[])
override;
size_t output_length() const override
std::vector< T, secure_allocator< T >> secure_vector
HashFunction * clone() const override
std::string name() const override
size_t hash_block_size() const override
std::unique_ptr< HashFunction > m_hash