改用AES256

This commit is contained in:
2023-07-07 17:36:36 +08:00
parent d420e58926
commit 9c77d9ecc2
4 changed files with 35 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ OBJ := sha
all: aes.o sha.o
$(CC) $(CFLAGS) -o $(OBJ) $^ $(LDFLAGS)
$(STRIP) $(OBJ)
: $(STRIP) $(OBJ)
.c.o:
$(CC) $(CFLAGS) -c $<