Botan 2.19.3
Crypto and TLS for C&
|
#include <vector>
#include <string>
#include <map>
#include <set>
#include <botan/secmem.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
template<typename K , typename V > | |
std::set< K > | Botan::map_keys_as_set (const std::map< K, V > &kv) |
template<typename T , typename Pred > | |
void | Botan::map_remove_if (Pred pred, T &assoc) |
template<typename K , typename V > | |
void | Botan::multimap_insert (std::multimap< K, V > &multimap, const K &key, const V &value) |
template<typename K , typename V , typename R > | |
R | Botan::search_map (const std::map< K, V > &mapping, const K &key, const R &null_result, const R &found_result) |
template<typename K , typename V > | |
V | Botan::search_map (const std::map< K, V > &mapping, const K &key, const V &null_result=V()) |
std::vector< uint8_t > | Botan::to_byte_vector (const std::string &s) |
std::string | Botan::to_string (const secure_vector< uint8_t > &bytes) |
template<typename T > | |
bool | Botan::value_exists (const std::vector< T > &vec, const T &val) |