Debuging.

This commit is contained in:
2025-02-27 20:20:03 +00:00
parent 94ab68aeb9
commit b69bb44d7e
+2
View File
@@ -107,6 +107,8 @@ int main(void)
sprintf(filepath, "%s%d.bin", PASSWORDS, req.level);
printf("Reading key from file: %s\n", filepath);
int *buffer = NULL;
try