Botan 3.9.0
Crypto and TLS for C&
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 <memory>
#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 : uint8_t { Botan::Encryption = 0 , Botan::Decryption = 1 , 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.