Botan 3.6.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/exceptn.h>
#include <botan/pk_ops_fwd.h>
#include <botan/secmem.h>
#include <memory>
#include <string>
#include <string_view>
Go to the source code of this file.
Classes | |
class | Botan::CommonCrypto_Error |
Namespaces | |
namespace | Botan |
Typedefs | |
typedef int32_t | Botan::CCCryptorStatus |
Functions | |
std::unique_ptr< BlockCipher > | Botan::make_commoncrypto_block_cipher (std::string_view name) |
std::unique_ptr< Cipher_Mode > | Botan::make_commoncrypto_cipher_mode (std::string_view name, Cipher_Dir direction) |
std::unique_ptr< HashFunction > | Botan::make_commoncrypto_hash (std::string_view name) |
Internal Header.
Definition in file commoncrypto.h.