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);
Converts an enumeration to a type suitable for use as a template parameter.
Library configuration file.
Whirlpool message digest.
Crypto++ library namespace.