diff options
author | lloyd <[email protected]> | 2010-11-24 19:04:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-11-24 19:04:04 +0000 |
commit | cad8344e3be0469dea190f29e03b63722bf47d97 (patch) | |
tree | dc36af900a84ee9f2b1869ff056c2cd14c4184ac /src/block/safer/safer_sk.h | |
parent | f5f712e3e7cbc36e8be0d852abd63c8520ad4cb3 (diff) |
Inline SAFER-SK tables
Diffstat (limited to 'src/block/safer/safer_sk.h')
-rw-r--r-- | src/block/safer/safer_sk.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/block/safer/safer_sk.h b/src/block/safer/safer_sk.h index 803afffa0..564ea5c50 100644 --- a/src/block/safer/safer_sk.h +++ b/src/block/safer/safer_sk.h @@ -34,11 +34,6 @@ class BOTAN_DLL SAFER_SK : public Block_Cipher_Fixed_Params<8, 16> size_t get_rounds() const { return (EK.size() - 8) / 16; } void key_schedule(const byte[], size_t); - static const byte EXP[256]; - static const byte LOG[512]; - static const byte BIAS[208]; - static const byte KEY_INDEX[208]; - SecureVector<byte> EK; }; |