From 2bca8928ee8333a9e8823f1776c92285ade384bd Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 15 Apr 2007 23:00:27 +0000 Subject: MMX/SSE2 optimizations git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@287 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- tiger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tiger.h') diff --git a/tiger.h b/tiger.h index 66d1da2..42bf161 100644 --- a/tiger.h +++ b/tiger.h @@ -9,7 +9,7 @@ NAMESPACE_BEGIN(CryptoPP) -/// Tiger +/// Tiger class Tiger : public IteratedHashWithStaticTransform { public: @@ -19,7 +19,7 @@ public: static const char * StaticAlgorithmName() {return "Tiger";} protected: - static const word64 table[4*256]; + static const word64 table[4*256+3]; }; NAMESPACE_END -- cgit v1.2.1