Kea  1.9.9-git
base32hex.h File Reference
#include <stdint.h>
#include <string>
#include <vector>
+ Include dependency graph for base32hex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 
 isc::util::encode
 

Functions

void isc::util::encode::decodeBase32Hex (const std::string &input, std::vector< uint8_t > &result)
 Decode a text encoded in the base32hex format into the original data. More...
 
std::string isc::util::encode::encodeBase32Hex (const std::vector< uint8_t > &binary)
 Encode binary data in the base32hex format. More...