mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 10:51:16 +00:00
Restore v3.6.0 kernel thread handling of scrypt
This commit is contained in:
parent
fcd20fbacb
commit
12295dcd90
@ -24935,11 +24935,11 @@ u32 hashconfig_get_kernel_threads (hashcat_ctx_t *hashcat_ctx, const hc_device_p
|
||||
|
||||
if (scrypt_l)
|
||||
{
|
||||
kernel_threads = 64 / scrypt_l;
|
||||
kernel_threads = 256 / scrypt_l;
|
||||
}
|
||||
else
|
||||
{
|
||||
kernel_threads = 64;
|
||||
kernel_threads = 256;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user