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 {
return "SHA-224"; }
31 void compress_n(
const byte[],
size_t blocks);
32 void copy_out(
byte[]);
43 std::string
name()
const {
return "SHA-256"; }
52 void compress_n(
const byte[],
size_t blocks);
53 void copy_out(
byte[]);
HashFunction * clone() const
size_t output_length() const
size_t output_length() const
HashFunction * clone() const