Botan

OFB Mode

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

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

Output Feedback Mode


this(BlockCipher cipher);

Parameters
BlockCipher cipher the underlying block cipher to use