1
0
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:
TROUNCE 2020-10-29 10:51:13 +00:00 committed by GitHub
parent cfeb61238d
commit 1b83076d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{