feat(hex): without overloading; fix(sha256): const uint8_t * -> uint8_t *

This commit is contained in:
2024-09-11 16:47:51 +03:00
parent 050efca4cc
commit 17e2e04a3b
5 changed files with 77 additions and 2 deletions

View File

@ -8,6 +8,7 @@ DEBUG ?= false
LIB = base
OBJS =\
hex\
baseN\
hash/sha256\