The unified diff between revisions [8a2b79c6..] and [44833339..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/tiger.h'

#
#
# patch "include/tiger.h"
#  from [67c4f8f3b5e4ffd5b22fb2d41ee8d10a40244651]
#    to [137052ea451bedfce4f867fb1f9d1c9ff1da0cd6]
#
============================================================
--- include/tiger.h	67c4f8f3b5e4ffd5b22fb2d41ee8d10a40244651
+++ include/tiger.h	137052ea451bedfce4f867fb1f9d1c9ff1da0cd6
@@ -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;