aboutsummaryrefslogtreecommitdiffstats
path: root/include/tiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tiger.h')
-rw-r--r--include/tiger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tiger.h b/include/tiger.h
index 393d411d0..dc99cf8d8 100644
--- a/include/tiger.h
+++ b/include/tiger.h
@@ -26,8 +26,9 @@ class Tiger : public MDx_HashFunction
static void pass(u64bit&, u64bit&, u64bit&, u64bit[8], byte);
static void mix(u64bit[8]);
- static void round(u64bit&, u64bit&, u64bit&, u64bit, byte);
+
static const u64bit SBOX1[256], SBOX2[256], SBOX3[256], SBOX4[256];
+
SecureBuffer<u64bit, 8> X;
SecureBuffer<u64bit, 3> digest;
const u32bit PASS;