Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Enumerations | Functions
cipher_mode.h File Reference

Public Header. More...

#include <botan/concepts.h>
#include <botan/exceptn.h>
#include <botan/secmem.h>
#include <botan/sym_algo.h>
#include <span>
#include <string>
#include <string_view>
#include <vector>

Go to the source code of this file.

Classes

class  Botan::Cipher_Mode
 

Namespaces

namespace  Botan
 

Enumerations

enum class  Botan::Cipher_Dir : int { Botan::Encryption , Botan::Decryption , Botan::ENCRYPTION = Encryption , Botan::DECRYPTION = Decryption }
 

Functions

Cipher_ModeBotan::get_cipher_mode (std::string_view algo_spec, Cipher_Dir direction, std::string_view provider="")
 

Detailed Description

Public Header.

Definition in file cipher_mode.h.