Base module

hex

Hexadecimal encoding and decoding helpers.

hex

Hexadecimal encoding and decoding helpers.

Classes

NameDescription
DecoderHex decoder.
EncoderHex encoder.

Functions

ReturnNameDescription
std::stringencode inlineConverts the STL container to Hex.

encode

inline

template<typename T> inline std::string encode(const T & bytes)

Converts the STL container to Hex.