#ifndef UTILS_H #define UTILS_H #include #include namespace utils { std::string convertBinToHexstr(const std::vector& bin); }; #endif // UTILS_H