|
Botan
1.11.15
|
#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 > ¶ms) |
| 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) |
1.7.6.1