Botan  1.11.15
Namespaces | Functions
src/lib/misc/cryptobox/cryptobox.h File Reference
#include <string>
#include <botan/rng.h>
#include <botan/symkey.h>

Go to the source code of this file.

Namespaces

namespace  Botan
namespace  Botan::CryptoBox

Functions

std::string Botan::CryptoBox::decrypt (const byte input[], size_t input_len, const std::string &passphrase)
std::string Botan::CryptoBox::decrypt (const std::string &input, const std::string &passphrase)
std::string Botan::CryptoBox::encrypt (const byte input[], size_t input_len, const std::string &passphrase, RandomNumberGenerator &rng)