Botan 2.19.2
Crypto and TLS for C&
|
#include <botan/internal/padding.h>
#include <map>
#include <vector>
#include <string>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
const std::vector< std::string > | Botan::get_sig_paddings (const std::string algo) |
bool | Botan::sig_algo_and_pad_ok (const std::string algo, const std::string padding) |
Variables | |
const std::map< const std::string, std::vector< std::string > > | Botan::allowed_signature_paddings |