Botan 3.6.1
Crypto and TLS for C&
|
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_Mode * | Botan::get_cipher_mode (std::string_view algo_spec, Cipher_Dir direction, std::string_view provider="") |
Public Header.
Definition in file cipher_mode.h.