aboutsummaryrefslogtreecommitdiffstats
path: root/include/idea.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/idea.h')
-rw-r--r--include/idea.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/idea.h b/include/idea.h
index 6f6932c38..10b0f7049 100644
--- a/include/idea.h
+++ b/include/idea.h
@@ -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;
};