Function liberate::string::hexdecode(::liberate::types::byte const *, size_t)

Function Documentation

std::vector<::liberate::types::byte> liberate::string::hexdecode(::liberate::types::byte const *input, size_t input_size)

Convenience wrapper; returns the output as a std::string.

Parameters
  • input[in] The input buffer to hex decode.

  • input_size[in] The size of the input buffer.

Returns

The transcoded value, or an empty string.