7 #ifndef CRYPTOPP_TIGER_H
8 #define CRYPTOPP_TIGER_H
15 #if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_MIXED_ASM)
16 # define CRYPTOPP_DISABLE_TIGER_ASM 1
27 CRYPTOPP_STATIC_CONSTEXPR
const char* StaticAlgorithmName() {
return "Tiger";}
28 std::string AlgorithmProvider()
const;
30 static void InitState(HashWordType *state);
31 static void Transform(word64 *digest,
const word64 *data);
32 void TruncatedFinal(
byte *hash,
size_t size);
35 static const word64 table[4*256+3];