mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
Fix password address space in m25600_init kernel
This commit is contained in:
parent
f146a05878
commit
95861aa5d7
@ -462,7 +462,7 @@ KERNEL_FQ void FIXED_THREAD_COUNT(FIXED_LOCAL_SIZE) m25600_init (KERN_ATTR_TMPS
|
||||
|
||||
md5_init (&ctx0);
|
||||
|
||||
md5_update (&ctx0, pws[gid].i, pws[gid].pw_len);
|
||||
md5_update_global (&ctx0, pws[gid].i, pws[gid].pw_len);
|
||||
|
||||
md5_final (&ctx0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user