mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Add files via upload
This commit is contained in:
parent
cfeb61238d
commit
1b83076d80
@ -427,8 +427,8 @@ KERNEL_FQ void m24600_comp (KERN_ATTR_TMPS_ESALT (pbkdf2_sha512_tmp_t, pbkdf2_sh
|
||||
iv[3] = data[3];
|
||||
}
|
||||
|
||||
u8 counter = 0;
|
||||
for (u8 i = 0; i < 64; i++)
|
||||
u32 counter = 0;
|
||||
for (u32 i = 0; i < 64; i++)
|
||||
{
|
||||
if (res[i] == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user