Skip to content

Commit

Permalink
Updated linux file
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaSOL committed Apr 15, 2024
1 parent 8e9d5f7 commit 90dde9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions linux.cu
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,7 @@ void find_message()
}
}
cudaMemcpy(preimage, d_preimage, 64, cudaMemcpyDeviceToHost);
for (int i = 0; i < 40; i++)
{
printf("%c", preimage[i]);
}
fwrite(preimage, 1, 40, stdout);
}
}

Expand Down

0 comments on commit 90dde9d

Please sign in to comment.