5 #ifndef CRYPTOPP_WHIRLPOOL_H 6 #define CRYPTOPP_WHIRLPOOL_H 26 static void InitState(HashWordType *state);
27 static void Transform(word64 *digest,
const word64 *data);
28 void TruncatedFinal(byte *hash,
size_t size);
29 CRYPTOPP_STATIC_CONSTEXPR
const char* StaticAlgorithmName() {
return "Whirlpool";}
Converts an enumeration to a type suitable for use as a template parameter.
Library configuration file.
Whirlpool message digest.
Crypto++ library namespace.