botan.modes.cipher_mode

Cipher Modes

Public Imports

botan.algo_base.transform
public import botan.algo_base.transform;
Undocumented in source.

Members

Classes

CipherMode
class CipherMode

Interface for cipher modes

Functions

modeTest
size_t modeTest(string algo, string pt, string ct, string key_hex, string nonce_hex)
Undocumented in source. Be warned that the author may not have intended to support it.
runMode
SecureVector!ubyte runMode(string algo, CipherDir dir, SecureVector!ubyte pt, SecureVector!ubyte nonce, SecureVector!ubyte key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

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