feat(base64): isValid

This commit is contained in:
2024-09-16 17:56:04 +03:00
parent 66cd56fe95
commit 891e0e77d8
6 changed files with 119 additions and 0 deletions

View File

@ -10,6 +10,7 @@ LIB = base
OBJS =\
hex\
baseN\
base64\
hash/sha256\
TOOLS =\
@ -17,6 +18,7 @@ TOOLS =\
TESTS =\
test-hex\
test-baseN\
test-base64\
hash/test-sha256\
ifeq (${origin CC}, default)