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[]);
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
HashFunction * clone() const
size_t output_length() const