The unified diff between revisions [63c067b5..] and [67768644..] is displayed below. It can also be downloaded as a raw diff.

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

#
#
# patch "include/rc2.h"
#  from [fcac6cb2073c0446a32ba779892b1acb5dc2c326]
#    to [eaecc46fb58c529ab699898f3f7a881da9b09296]
#
============================================================
--- include/rc2.h	fcac6cb2073c0446a32ba779892b1acb5dc2c326
+++ include/rc2.h	eaecc46fb58c529ab699898f3f7a881da9b09296
@@ -26,10 +26,7 @@ class RC2 : public BlockCipher
       void enc(const byte[], byte[]) const;
       void dec(const byte[], byte[]) const;
       void key(const byte[], u32bit);
-      void mash(u16bit&, u16bit&, u16bit&, u16bit&) const;
-      void rmash(u16bit&, u16bit&, u16bit&, u16bit&) const;
-      void mix(u16bit&, u16bit&, u16bit&, u16bit&, u32bit) const;
-      void rmix(u16bit&, u16bit&, u16bit&, u16bit&, u32bit) const;
+
       SecureBuffer<u16bit, 64> K;
    };