1 #ifndef CRYPTOPP_WHIRLPOOL_H
2 #define CRYPTOPP_WHIRLPOOL_H
7 NAMESPACE_BEGIN(CryptoPP)
13 static void InitState(HashWordType *state);
14 static void Transform(word64 *digest,
const word64 *data);
15 void TruncatedFinal(byte *hash,
size_t size);
16 CRYPTOPP_CONSTEXPR
static const char *StaticAlgorithmName() {
return "Whirlpool";}
Converts a typename to an enumerated value.
Library configuration file.