9 #ifndef BOTAN_SHA_224_256_H__
10 #define BOTAN_SHA_224_256_H__
12 #include <botan/mdx_hash.h>
22 std::string
name()
const override {
return "SHA-224"; }
26 void clear()
override;
31 void compress_n(
const uint8_t[],
size_t blocks)
override;
32 void copy_out(uint8_t[])
override;
43 std::string
name()
const override {
return "SHA-256"; }
47 void clear()
override;
52 void compress_n(
const uint8_t[],
size_t blocks)
override;
53 void copy_out(uint8_t[])
override;
std::string name() const override
std::string name() const override
HashFunction * clone() const override
HashFunction * clone() const override
std::vector< T, secure_allocator< T >> secure_vector
size_t output_length() const override
size_t output_length() const override