ECB Mode
- License
- Botan is released under the Simplified BSD License (see LICENSE.md)
abstract class ECBMode: botan.modes.cipher_mode.CipherMode, botan.algo_base.transform.Transformation;
class ECBEncryption: botan.modes.ecb.ECBMode, botan.algo_base.transform.Transformation;
class ECBDecryption: botan.modes.ecb.ECBMode, botan.algo_base.transform.Transformation;