Botan

Block Cipher Cascade

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  CascadeCipher: botan.block.block_cipher.BlockCipher, botan.algo_base.sym_algo.SymmetricAlgorithm;

Block Cipher Cascade


this(BlockCipher c1, BlockCipher c2);

Create a cascade of two block ciphers

Parameters
BlockCipher c1 the first cipher
BlockCipher c2 the second cipher