Botan 3.6.1
Crypto and TLS for C&
|
Public Header. More...
#include <botan/types.h>
#include <cstdint>
#include <span>
#include <string>
#include <string_view>
#include <vector>
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 (std::string_view s) |
std::string | Botan::base58_check_encode (const uint8_t input[], size_t input_length) |
std::string | Botan::base58_check_encode (std::span< const uint8_t > vec) |
std::vector< uint8_t > | Botan::base58_decode (const char input[], size_t input_length) |
std::vector< uint8_t > | Botan::base58_decode (std::string_view s) |
std::string | Botan::base58_encode (const uint8_t input[], size_t input_length) |
std::string | Botan::base58_encode (std::span< const uint8_t > vec) |
Public Header.
Definition in file base58.h.