From 7aff1e4cb053394db57c2814d5fe1e6493e0cc75 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Sat, 26 Nov 2011 14:19:43 +0000 Subject: Project folders rename part 2 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@214 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- cryptopp/crypto/tiger.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 cryptopp/crypto/tiger.h (limited to 'cryptopp/crypto/tiger.h') diff --git a/cryptopp/crypto/tiger.h b/cryptopp/crypto/tiger.h deleted file mode 100644 index 05b49d4..0000000 --- a/cryptopp/crypto/tiger.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef CRYPTOPP_TIGER_H -#define CRYPTOPP_TIGER_H - -#include "config.h" - -#ifdef WORD64_AVAILABLE - -#include "iterhash.h" - -NAMESPACE_BEGIN(CryptoPP) - -/// Tiger -class Tiger : public IteratedHashWithStaticTransform -{ -public: - static void InitState(HashWordType *state); - static void Transform(word64 *digest, const word64 *data); - void TruncatedFinal(byte *hash, size_t size); - static const char * StaticAlgorithmName() {return "Tiger";} - -protected: - static const word64 table[4*256+3]; -}; - -NAMESPACE_END - -#endif - -#endif -- cgit v1.2.3