You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/OpenCL/inc_comp_single_bs.cl

11 lines
273 B

if ((il_pos + slice) < IL_CNT)
{
const u32 final_hash_pos = DIGESTS_OFFSET_HOST + 0;
if (hc_atomic_inc (&hashes_shown[final_hash_pos]) == 0)
{
mark_hash (plains_buf, d_return_buf, SALT_POS_HOST, DIGESTS_CNT, 0, final_hash_pos, gid, il_pos + slice, 0, 0);
}
}