aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/tiger/tiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/tiger/tiger.h')
-rw-r--r--src/hash/tiger/tiger.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hash/tiger/tiger.h b/src/hash/tiger/tiger.h
index 94665b902..4b8a99344 100644
--- a/src/hash/tiger/tiger.h
+++ b/src/hash/tiger/tiger.h
@@ -44,8 +44,7 @@ class BOTAN_DLL Tiger : public MDx_HashFunction
static const u64bit SBOX3[256];
static const u64bit SBOX4[256];
- SecureVector<u64bit, 8> X;
- SecureVector<u64bit, 3> digest;
+ SecureVector<u64bit> X, digest;
const u32bit PASS;
};