mirror of
https://github.com/bvanroll/odiseectf.git
synced 2025-08-29 20:02:43 +00:00
idk
This commit is contained in:
10
olivierdeschacht/OpenCL/inc_comp_single_bs.cl
Normal file
10
olivierdeschacht/OpenCL/inc_comp_single_bs.cl
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
if ((il_pos + slice) < il_cnt)
|
||||
{
|
||||
const u32 final_hash_pos = digests_offset + 0;
|
||||
|
||||
if (atomic_inc (&hashes_shown[final_hash_pos]) == 0)
|
||||
{
|
||||
mark_hash (plains_buf, d_return_buf, salt_pos, digests_cnt, 0, final_hash_pos, gid, il_pos + slice);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user