8 #ifndef BOTAN_SHA_160_H__
9 #define BOTAN_SHA_160_H__
11 #include <botan/mdx_hash.h>
21 std::string
name()
const override {
return "SHA-160"; }
25 void clear()
override;
33 void compress_n(
const uint8_t[],
size_t blocks)
override;
35 #if defined(BOTAN_HAS_SHA1_SSE2)
37 const uint8_t blocks[],
42 void copy_out(uint8_t[])
override;
HashFunction * clone() const override
size_t output_length() const override
std::vector< T, secure_allocator< T >> secure_vector
std::string name() const override