Botan

Cipher Modes

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

abstract class  CipherMode: botan.algo_base.transform.KeyedTransform, botan.algo_base.transform.Transformation;

Interface for cipher modes


abstract const bool  authenticated();

Returns true iff this mode provides authentication as well as confidentiality.