diff options
author | Jack Lloyd <[email protected]> | 2016-12-08 20:53:31 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-08 20:53:31 -0500 |
commit | 7f267b20ca60727eeca7c4531f297eb82fbc10ee (patch) | |
tree | af3cff256433b22e4452896223061638ceb00499 /src/lib/block/twofish/twofish.h | |
parent | 34525707f18a78b2d451e787f058792409595df2 (diff) |
Inline Twofish::rs_mul into its only caller
Diffstat (limited to 'src/lib/block/twofish/twofish.h')
-rw-r--r-- | src/lib/block/twofish/twofish.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/block/twofish/twofish.h b/src/lib/block/twofish/twofish.h index 42991e354..b8021263e 100644 --- a/src/lib/block/twofish/twofish.h +++ b/src/lib/block/twofish/twofish.h @@ -27,8 +27,6 @@ class BOTAN_DLL Twofish final : public Block_Cipher_Fixed_Params<16, 16, 32, 8> private: void key_schedule(const byte[], size_t) override; - static void rs_mul(byte[4], byte, size_t); - static const u32bit MDS0[256]; static const u32bit MDS1[256]; static const u32bit MDS2[256]; |