8 #ifndef BOTAN_SHA_64BIT_H__
9 #define BOTAN_SHA_64BIT_H__
11 #include <botan/mdx_hash.h>
21 std::string
name()
const {
return "SHA-384"; }
30 void compress_n(
const byte[],
size_t blocks);
31 void copy_out(
byte[]);
42 std::string
name()
const {
return "SHA-512"; }
51 void compress_n(
const byte[],
size_t blocks);
52 void copy_out(
byte[]);
size_t output_length() const
HashFunction * clone() const
size_t output_length() const
HashFunction * clone() const