first core commit
This commit is contained in:
8
solanaceae/core/utils.hpp
Normal file
8
solanaceae/core/utils.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
std::vector<uint8_t> hex2bin(const std::string& str);
|
||||
std::string bin2hex(const std::vector<uint8_t>& bin);
|
||||
|
||||
Reference in New Issue
Block a user