46 void decodeBase32Hex(
const std::string& input, std::vector<uint8_t>& result);
Defines the logger used by the top-level component of kea-dhcp-ddns.
std::string encodeBase32Hex(const std::vector< uint8_t > &binary)
Encode binary data in the base32hex format.
void decodeBase32Hex(const std::string &input, std::vector< uint8_t > &result)
Decode a text encoded in the base32hex format into the original data.