2c5e70f500da75e6b7f6476990e69840ab3f3641
[hashcat.git] / OpenCL / inc_comp_single_bs.cl
1 const u32 final_hash_pos = digests_offset + 0;
2
3 if (atomic_inc (&hashes_shown[final_hash_pos]) == 0)
4 {
5   mark_hash (plains_buf, d_return_buf, salt_pos, 0, final_hash_pos, gid, il_pos + slice);
6 }