added random header to AES and removed malloc calls

This commit is contained in:
2025-07-24 05:47:18 +03:00
parent e0646139e3
commit 664ff91e63
7 changed files with 124 additions and 140 deletions

View File

@@ -26,7 +26,7 @@ OBJDIR="obj"
OUTDIR="bin"
STATIC_LIB_FILE="lib$PROJECT.a"
INCLUDE="-I./src -I./dependencies -I./dependencies/tlibc/include"
INCLUDE="-I./src -I./dependencies/BearSSL/inc -I./dependencies/tlibc/include"
# OS-specific options
case "$OS" in