Botan

CTR-BE Mode

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

class  CTRBE: botan.stream.stream_cipher.StreamCipher, botan.algo_base.sym_algo.SymmetricAlgorithm;

CTR-BE (Counter mode, big-endian)


this(BlockCipher ciph);

Parameters
BlockCipher ciph the underlying block cipher to use