Move fromhexstr() to str_util

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:10:10 +03:00
parent 33b18c7229
commit ab1849ff07
6 changed files with 23 additions and 26 deletions
+1
View File
@@ -37,5 +37,6 @@ std::string format_datetime(uint64_t unixtime);
bool is_zero(void *buf, size_t size);
bool memcheck(uint8_t *buf, uint8_t byte, size_t len);
std::string urldecode(const std::string & orig);
size_t fromhexstr(const std::string & from, size_t bytes, uint8_t *to);
#pragma GCC visibility pop