|
Botan 3.9.0
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/exceptn.h>#include <botan/mem_ops.h>#include <array>#include <string>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| template<typename Base> | |
| size_t | Botan::base_decode (const 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 (const 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 (const Base &base, const char input[], size_t input_length, bool ignore_ws) |
| template<class Base> | |
| size_t | Botan::base_encode (const 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 (const Base &base, const uint8_t input[], size_t input_length) |
Internal Header.
Definition in file codec_base.h.