mirror of
https://github.com/hashcat/hashcat
synced 2025-04-13 16:01:12 +02: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];
|
iv[3] = data[3];
|
||||||
}
|
}
|
||||||
|
|
||||||
u8 counter = 0;
|
u32 counter = 0;
|
||||||
for (u8 i = 0; i < 64; i++)
|
for (u32 i = 0; i < 64; i++)
|
||||||
{
|
{
|
||||||
if (res[i] == 0)
|
if (res[i] == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user