7 #ifndef BOTAN_BASE58_CODEC_H_
8 #define BOTAN_BASE58_CODEC_H_
10 #include <botan/secmem.h>
52 template<typename Alloc>
58 template<
typename Alloc>
std::vector< uint8_t > base58_check_decode(const char input[], size_t input_length)
#define BOTAN_PUBLIC_API(maj, min)
std::string base58_encode(const uint8_t input[], size_t input_length)
std::vector< uint8_t > base58_decode(const char input[], size_t input_length)
std::string base58_check_encode(const uint8_t input[], size_t input_length)