The unified diff between revisions [fd68181d..] and [749fac9e..] is displayed below. It can also be downloaded as a raw diff.

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

#
#
# patch "include/idea.h"
#  from [d7276b98289143c01e8cee8c693ba8f7b441f44c]
#    to [6628f852d9edb773c8e06a3322a35923b09b70f4]
#
============================================================
--- include/idea.h	d7276b98289143c01e8cee8c693ba8f7b441f44c
+++ include/idea.h	6628f852d9edb773c8e06a3322a35923b09b70f4
@@ -24,7 +24,6 @@ class IDEA : public BlockCipher
       void enc(const byte[], byte[]) const;
       void dec(const byte[], byte[]) const;
       void key(const byte[], u32bit);
-      static u16bit mul_inv(u16bit);
       SecureBuffer<u16bit, 52> EK, DK;
    };