mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-24 21:32:21 +00:00
added missing pre-load
This commit is contained in:
parent
06554f5071
commit
845878f607
@ -827,6 +827,15 @@ KERNEL_FQ void m17220_mxx (KERN_ATTR_VECTOR_ESALT (pkzip_t))
|
|||||||
|
|
||||||
SYNC_THREADS();
|
SYNC_THREADS();
|
||||||
|
|
||||||
|
LOCAL_VK u32 l_data[MAX_LOCAL];
|
||||||
|
|
||||||
|
for (u64 i = lid; i < MAX_LOCAL; i += lsz)
|
||||||
|
{
|
||||||
|
l_data[i] = esalt_bufs[digests_offset].hashes[0].data[i];
|
||||||
|
}
|
||||||
|
|
||||||
|
SYNC_THREADS();
|
||||||
|
|
||||||
if (gid >= gid_max) return;
|
if (gid >= gid_max) return;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user