![]() |
Kea 2.5.5
|
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
namespace | isc::util::encode |
Functions | |
void | isc::util::encode::decodeHex (const std::string &input, std::vector< uint8_t > &result) |
Decode a text encoded in the base16 ('hex') format into the original data. More... | |
string | isc::util::encode::encodeHex (const std::vector< uint8_t > &binary) |
Encode binary data in the base16 ('hex') format. More... | |
std::string | isc::util::encode::toHex (std::string value) |
Encode in hexadecimal inline. More... | |