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";}
33 std::string AlgorithmProvider()
const;
35 static void InitState(HashWordType *state);
36 static void Transform(
word64 *digest,
const word64 *data);
37 void TruncatedFinal(
byte *hash,
size_t size);
Whirlpool message digest.
Library configuration file.
unsigned long long word64
64-bit unsigned datatype
Base classes for iterated hashes.
Crypto++ library namespace.
Converts an enumeration to a type suitable for use as a template parameter.