feat(base58): unfixed bug with double \0 and incorrect real str_size

This commit is contained in:
2024-09-19 01:50:32 +03:00
parent f2119850ee
commit 817f6c4fb1
8 changed files with 172 additions and 61 deletions

View File

@ -1,4 +1,6 @@
#include <base/hex.hpp>
#include <base/baseN.hpp>
#include <base/base58.hpp>
#include <base/base64.hpp>
#include <base/hash/sha256.hpp>
#include <base/baseN.hpp>
#include <base/hash/sha256.hpp>
#include <base/hex.hpp>