Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/pk_ops_fwd.h>
#include <botan/secmem.h>
#include <botan/exceptn.h>
#include <memory>
#include <string>
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 (const std::string &name) |
Cipher_Mode * | Botan::make_commoncrypto_cipher_mode (const std::string &name, Cipher_Dir direction) |
std::unique_ptr< HashFunction > | Botan::make_commoncrypto_hash (const std::string &name) |