Botan 3.6.1
Crypto and TLS for C&
cryptobox.h File Reference

Public Header. More...

#include <botan/symkey.h>
#include <string>

Go to the source code of this file.

Namespaces

namespace  Botan
 
namespace  Botan::CryptoBox
 

Functions

std::string Botan::CryptoBox::decrypt (const uint8_t input[], size_t input_len, std::string_view passphrase)
 
std::string Botan::CryptoBox::decrypt (std::string_view input, std::string_view passphrase)
 
secure_vector< uint8_t > Botan::CryptoBox::decrypt_bin (const uint8_t input[], size_t input_len, std::string_view passphrase)
 
BOTAN_DIAGNOSTIC_IGNORE_DEPRECATED_DECLARATIONS secure_vector< uint8_t > Botan::CryptoBox::decrypt_bin (std::string_view input, std::string_view passphrase)
 
std::string Botan::CryptoBox::encrypt (const uint8_t input[], size_t input_len, std::string_view passphrase, RandomNumberGenerator &rng)
 

Detailed Description

Public Header.

Definition in file cryptobox.h.