Botan 3.6.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/exceptn.h>
#include <botan/mem_ops.h>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
template<typename Base > | |
size_t | Botan::base_decode (Base &&base, uint8_t output[], const char input[], size_t input_length, size_t &input_consumed, bool final_inputs, bool ignore_ws=true) |
template<typename Base > | |
size_t | Botan::base_decode_full (Base &&base, uint8_t output[], const char input[], size_t input_length, bool ignore_ws) |
template<typename Vector , typename Base > | |
Vector | Botan::base_decode_to_vec (Base &&base, const char input[], size_t input_length, bool ignore_ws) |
template<class Base > | |
size_t | Botan::base_encode (Base &&base, char output[], const uint8_t input[], size_t input_length, size_t &input_consumed, bool final_inputs) |
template<typename Base > | |
std::string | Botan::base_encode_to_string (Base &&base, const uint8_t input[], size_t input_length) |
Internal Header.
Definition in file codec_base.h.