Botan  1.11.15
Namespaces | Functions
src/lib/misc/pbes2/pbes2.h File Reference
#include <botan/secmem.h>
#include <botan/transform.h>
#include <botan/alg_id.h>
#include <chrono>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

secure_vector< byte > Botan::pbes2_decrypt (const secure_vector< byte > &key_bits, const std::string &passphrase, const std::vector< byte > &params)
std::pair< AlgorithmIdentifier,
std::vector< byte > > 
Botan::pbes2_encrypt (const secure_vector< byte > &key_bits, const std::string &passphrase, std::chrono::milliseconds msec, const std::string &cipher, const std::string &digest, RandomNumberGenerator &rng)