|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/secmem.h>#include <string>Go to the source code of this file.
Namespaces | |
| Botan | |
Functions | |
| size_t | Botan::base32_decode (uint8_t out[], const char in[], size_t input_length, size_t &input_consumed, bool final_inputs, bool ignore_ws) |
| size_t | Botan::base32_decode (uint8_t output[], const char input[], size_t input_length, bool ignore_ws) |
| size_t | Botan::base32_decode (uint8_t output[], const std::string &input, bool ignore_ws) |
| secure_vector< uint8_t > | Botan::base32_decode (const char input[], size_t input_length, bool ignore_ws) |
| secure_vector< uint8_t > | Botan::base32_decode (const std::string &input, bool ignore_ws) |
| template<typename Alloc > | |
| std::string | Botan::base32_encode (const std::vector< uint8_t, Alloc > &input) |
| size_t | Botan::base32_encode (char out[], const uint8_t in[], size_t input_length, size_t &input_consumed, bool final_inputs) |
| std::string | Botan::base32_encode (const uint8_t input[], size_t input_length) |
1.8.9.1