1
0

Init commit

This commit is contained in:
2024-02-04 01:45:10 +08:00
commit b1ae55757a
12 changed files with 822 additions and 0 deletions

7
include/misc.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include <string>
namespace util {
std::string hexEncode(const unsigned char* data, size_t len);
} // namespace util