diff options
Diffstat (limited to 'src/block/cast/cast128.h')
-rw-r--r-- | src/block/cast/cast128.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/block/cast/cast128.h b/src/block/cast/cast128.h index a5dd0ba5d..233c1e478 100644 --- a/src/block/cast/cast128.h +++ b/src/block/cast/cast128.h @@ -31,20 +31,10 @@ class BOTAN_DLL CAST_128 : public Block_Cipher_Fixed_Params<8, 11, 16> static void cast_ks(secure_vector<u32bit>& ks, secure_vector<u32bit>& user_key); - static const u32bit S5[256]; - static const u32bit S6[256]; - static const u32bit S7[256]; - static const u32bit S8[256]; - secure_vector<u32bit> MK; secure_vector<byte> RK; }; -extern const u32bit CAST_SBOX1[256]; -extern const u32bit CAST_SBOX2[256]; -extern const u32bit CAST_SBOX3[256]; -extern const u32bit CAST_SBOX4[256]; - } #endif |