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[]);
MDx_HashFunction(size_t block_length, bool big_byte_endian, bool big_bit_endian, size_t counter_size=8)
HashFunction * clone() const
size_t output_length() const
size_t output_length() const
HashFunction * clone() const