#pragma once #include #include std::vector hex2bin(const std::string& str); std::string bin2hex(const std::vector& bin);