Debuging.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 20:20:03 +00:00
parent 94ab68aeb9
commit b69bb44d7e

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