Botan

CFB mode

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

abstract class  CFBMode: botan.modes.cipher_mode.CipherMode, botan.algo_base.transform.Transformation;

CFB Mode


class  CFBEncryption: botan.modes.cfb.CFBMode, botan.algo_base.transform.Transformation;

CFB Encryption


class  CFBDecryption: botan.modes.cfb.CFBMode, botan.algo_base.transform.Transformation;

CFB Decryption