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];
Library configuration file.
unsigned long long word64
64-bit unsigned datatype
Base classes for iterated hashes.
Crypto++ library namespace.
Converts an enumeration to a type suitable for use as a template parameter.