8 #ifndef BOTAN_SHA_64BIT_H__
9 #define BOTAN_SHA_64BIT_H__
11 #include <botan/mdx_hash.h>
21 std::string
name()
const override {
return "SHA-384"; }
25 void clear()
override;
30 void compress_n(
const uint8_t[],
size_t blocks)
override;
31 void copy_out(uint8_t[])
override;
42 std::string
name()
const override {
return "SHA-512"; }
46 void clear()
override;
51 void compress_n(
const uint8_t[],
size_t blocks)
override;
52 void copy_out(uint8_t[])
override;
63 std::string
name()
const override {
return "SHA-512-256"; }
67 void clear()
override;
71 void compress_n(
const uint8_t[],
size_t blocks)
override;
72 void copy_out(uint8_t[])
override;
size_t output_length() const override
std::string name() const override
std::string name() const override
std::string name() const override
std::vector< T, secure_allocator< T >> secure_vector
size_t output_length() const override
HashFunction * clone() const override
size_t output_length() const override
HashFunction * clone() const override
HashFunction * clone() const override