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 { 
return "GOST-R-34.11-94" ; }
    31       void compress_n(
const byte input[], 
size_t blocks);
    33       void add_data(
const byte[], 
size_t);
    34       void final_result(
byte[]);
 size_t output_length() const
unsigned long long u64bit
HashFunction * clone() const
size_t hash_block_size() const