8 #ifndef BOTAN_SHA_160_H__     9 #define BOTAN_SHA_160_H__    11 #include <botan/mdx_hash.h>    21       std::string 
name()
 const { 
return "SHA-160"; }
    44       void compress_n(
const byte[], 
size_t blocks);
    45       void copy_out(
byte[]);
 
size_t output_length() const
SecureVector< u32bit > digest
HashFunction * clone() const