1 #ifndef CRYPTOPP_TIGER_H 2 #define CRYPTOPP_TIGER_H 13 static void InitState(HashWordType *state);
14 static void Transform(word64 *digest,
const word64 *data);
15 void TruncatedFinal(byte *hash,
size_t size);
16 static const char * StaticAlgorithmName() {
return "Tiger";}
19 static const word64 table[4*256+3];
Converts a typename to an enumerated value.
Library configuration file.
Crypto++ library namespace.