|
Botan 2.19.5
Crypto and TLS for C&
|
#include <botan/secmem.h>#include <vector>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| std::vector< uint8_t > | Botan::base58_check_decode (const char input[], size_t input_length) |
| std::vector< uint8_t > | Botan::base58_check_decode (const std::string &s) |
| template<typename Alloc > | |
| std::string | Botan::base58_check_encode (const std::vector< uint8_t, Alloc > &vec) |
| std::string | Botan::base58_check_encode (const uint8_t input[], size_t input_length) |
| std::vector< uint8_t > | Botan::base58_decode (const char input[], size_t input_length) |
| std::vector< uint8_t > | Botan::base58_decode (const std::string &s) |
| template<typename Alloc > | |
| std::string | Botan::base58_encode (const std::vector< uint8_t, Alloc > &vec) |
| std::string | Botan::base58_encode (const uint8_t input[], size_t input_length) |