Searched defs:BytesToHex (Results 1 – 2 of 2) sorted by relevance
87 static inline std::string BytesToHex(const uint8_t (&array)[N]) { in BytesToHex() function
91 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex() function