20#ifndef ORES_UTILITY_CONVERTER_BASE32_CONVERTER_HPP
21#define ORES_UTILITY_CONVERTER_BASE32_CONVERTER_HPP
27namespace ores::utility::converter {
34 static std::string convert(
const std::vector<uint8_t>& data);
Minimal RFC 4648 Base32 encoder, no padding.
Definition base32_converter.hpp:32