feat(hex): test

This commit is contained in:
2024-09-11 17:11:51 +03:00
parent 17e2e04a3b
commit 8217e95e85
3 changed files with 33 additions and 1 deletions

View File

@ -23,7 +23,7 @@ static const int8_t hexmap[] = {
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
};
namespace btc::data
namespace hex
{
bool isValid(const std::string &str) noexcept
{