This commit is contained in:
iceman1001 2021-05-07 11:02:29 +02:00
parent 9da0073e0d
commit 1009c542a4

View file

@ -1152,7 +1152,7 @@ int main(int argc, char **argv) {
if (thread_count > 1) printf("[%zu] ", y);
printf("\nKey found @ slice %zu/%zu: [", t_arg[y].slice, t_arg[y].max_slices);
printf("\nKey found @ slice %zu/%zu: [ ", t_arg[y].slice, t_arg[y].max_slices);
for (int i = 0; i < 6; i++) {
printf("%02X", (uint8_t)(t_arg[y].key & 0xff));
t_arg[y].key = t_arg[y].key >> 8;