From 8bce19a9c8822ed55f23979562103e7af39410ab Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 11 Nov 2009 00:04:22 +0000 Subject: Almost double the speed of MARS; from 55 MiB/s to 102 on my Core2. --- src/block/mars/mars.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/block/mars/mars.h') diff --git a/src/block/mars/mars.h b/src/block/mars/mars.h index 8173fb984..7a598d2bd 100644 --- a/src/block/mars/mars.h +++ b/src/block/mars/mars.h @@ -26,12 +26,6 @@ class BOTAN_DLL MARS : public BlockCipher private: void key_schedule(const byte[], u32bit); - void encrypt_round(u32bit&, u32bit&, u32bit&, u32bit&, u32bit) const; - void decrypt_round(u32bit&, u32bit&, u32bit&, u32bit&, u32bit) const; - static void forward_mix(u32bit&, u32bit&, u32bit&, u32bit&); - static void reverse_mix(u32bit&, u32bit&, u32bit&, u32bit&); - - static const u32bit SBOX[512]; SecureBuffer EK; }; -- cgit v1.2.3