mirror of
https://github.com/bvanroll/odiseectf.git
synced 2025-08-29 20:02:43 +00:00
idk
This commit is contained in:
12
olivierdeschacht/OpenCL/inc_comp_single.cl
Normal file
12
olivierdeschacht/OpenCL/inc_comp_single.cl
Normal file
@@ -0,0 +1,12 @@
|
||||
if ((r0 == search[0])
|
||||
&& (r1 == search[1])
|
||||
&& (r2 == search[2])
|
||||
&& (r3 == search[3]))
|
||||
{
|
||||
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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user