16#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_MIXED_ASM)
17# define CRYPTOPP_DISABLE_SHA_ASM 1
57 size_t HashMultipleBlocks(
const HashWordType *input,
size_t length);
64class CRYPTOPP_DLL
SHA256 :
public IteratedHashWithStaticTransform<word32, BigEndian, 64, 32, SHA256, 32, true>
96 size_t HashMultipleBlocks(
const HashWordType *input,
size_t length);
103class CRYPTOPP_DLL
SHA224 :
public IteratedHashWithStaticTransform<word32, BigEndian, 64, 32, SHA224, 28, true>
135 size_t HashMultipleBlocks(
const HashWordType *input,
size_t length);
141class CRYPTOPP_DLL
SHA512 :
public IteratedHashWithStaticTransform<word64, BigEndian, 128, 64, SHA512, 64, true>
176class CRYPTOPP_DLL
SHA384 :
public IteratedHashWithStaticTransform<word64, BigEndian, 128, 64, SHA384, 48, true>
static const char * StaticAlgorithmName()
The algorithm name.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
static void InitState(HashWordType *state)
Initialize state array.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static void InitState(HashWordType *state)
Initialize state array.
static const char * StaticAlgorithmName()
The algorithm name.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static const char * StaticAlgorithmName()
The algorithm name.
static void InitState(HashWordType *state)
Initialize state array.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static const char * StaticAlgorithmName()
The algorithm name.
static void InitState(HashWordType *state)
Initialize state array.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static const char * StaticAlgorithmName()
The algorithm name.
static void InitState(HashWordType *state)
Initialize state array.
Library configuration file.
#define CRYPTOPP_API
Win32 calling convention.
unsigned int word32
32-bit unsigned datatype
EnumToType< ByteOrder, BIG_ENDIAN_ORDER > BigEndian
Provides a constant for BigEndian.
Base classes for iterated hashes.
Crypto++ library namespace.