#pragma once #include namespace util { std::string hexEncode(const unsigned char* data, size_t len); } // namespace util