7 #ifndef PACKAGER_UTILS_HEX_PARSER_H_
8 #define PACKAGER_UTILS_HEX_PARSER_H_
16 void HexStringToBytes(
const std::string& hex, std::vector<uint8_t>* bytes);
21 bool ValidHexStringToBytes(
const std::string& hex, std::string* bytes);
24 bool ValidHexStringToBytes(
const std::string& hex, std::vector<uint8_t>* bytes);
All the methods that are virtual are virtual for mocking.