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

@ -11,6 +11,7 @@ LIB = base
OBJS =\
hex\
baseN\
base58\
base64\
hash/sha256\
@ -19,6 +20,7 @@ TOOLS =\
TESTS =\
test-hex\
test-baseN\
test-base58\
test-base64\
hash/test-sha256\