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;
 
class  CFBEncryption: botan.modes.cfb.CFBMode, botan.algo_base.transform.Transformation;
 
class  CFBDecryption: botan.modes.cfb.CFBMode, botan.algo_base.transform.Transformation;