5#ifndef CRYPTOPP_WHIRLPOOL_H
6#define CRYPTOPP_WHIRLPOOL_H
18#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_MIXED_ASM)
19# define CRYPTOPP_DISABLE_WHIRLPOOL_ASM 1
32 CRYPTOPP_STATIC_CONSTEXPR
const char* StaticAlgorithmName() {
return "Whirlpool";}
35 static void InitState(HashWordType *state);
36 static void Transform(
word64 *digest,
const word64 *data);
Whirlpool message digest.
void TruncatedFinal(byte *hash, size_t size)
Computes the hash of the current message.
std::string AlgorithmProvider() const
The Whirlpool hashing function.
Library configuration file.
unsigned long long word64
64-bit unsigned datatype
EnumToType< ByteOrder, BIG_ENDIAN_ORDER > BigEndian
Provides a constant for BigEndian.
Base classes for iterated hashes.
Crypto++ library namespace.