8#ifndef BOTAN_GOST_3411_H_
9#define BOTAN_GOST_3411_H_
11#include <botan/hash.h>
12#include <botan/gost_28147.h>
24 std::string
name()
const override {
return "GOST-R-34.11-94" ; }
28 std::unique_ptr<HashFunction>
copy_state()
const override;
30 void clear()
override;
34 void compress_n(
const uint8_t input[],
size_t blocks);
36 void add_data(
const uint8_t[],
size_t)
override;
37 void final_result(uint8_t[])
override;
size_t hash_block_size() const override
std::string name() const override
size_t output_length() const override
HashFunction * clone() const override
virtual std::unique_ptr< HashFunction > copy_state() const =0
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)
std::vector< T, secure_allocator< T > > secure_vector