13 #ifndef CRYPTOPP_TIGER_H 14 #define CRYPTOPP_TIGER_H 21 #if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_MIXED_ASM) 22 # define CRYPTOPP_DISABLE_TIGER_ASM 1 38 CRYPTOPP_STATIC_CONSTEXPR
const char* StaticAlgorithmName() {
return "Tiger";}
39 std::string AlgorithmProvider()
const;
43 static void InitState(HashWordType *state);
47 static void Transform(
word64 *digest,
const word64 *data);
53 void TruncatedFinal(
byte *digest,
size_t digestSize);
56 static const word64 table[4*256+3];
Converts an enumeration to a type suitable for use as a template parameter.
Library configuration file.
Base classes for iterated hashes.
unsigned long long word64
64-bit unsigned datatype
unsigned char byte
8-bit unsigned datatype
Crypto++ library namespace.