mirror of
https://github.com/hashcat/hashcat
synced 2025-02-18 06:21:25 +01: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();
|
||||
|
||||
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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user