8 #ifndef BOTAN_RIPEMD_160_H_
9 #define BOTAN_RIPEMD_160_H_
11 #include <botan/mdx_hash.h>
23 std::string
name()
const override {
return "RIPEMD-160"; }
26 std::unique_ptr<HashFunction>
copy_state()
const override;
28 void clear()
override;
33 void compress_n(
const uint8_t[],
size_t blocks)
override;
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
std::string name() const override
std::vector< T, secure_allocator< T >> secure_vector
virtual void compress_n(const uint8_t blocks[], size_t block_n)=0
virtual void copy_out(uint8_t buffer[])=0
HashFunction * clone() const override
size_t output_length() const override
virtual std::unique_ptr< HashFunction > copy_state() const =0
secure_vector< uint8_t > m_digest
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)