mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-16 02:31:02 +00:00
Fix -m 8900 bug
This commit is contained in:
parent
791cd5ec42
commit
c3338f0a9a
@ -20576,7 +20576,7 @@ char *hashconfig_benchmark_mask (const hashconfig_t *hashconfig)
|
|||||||
break;
|
break;
|
||||||
case 14000: mask = "?b?b?b?b?b?b?bx";
|
case 14000: mask = "?b?b?b?b?b?b?bx";
|
||||||
break;
|
break;
|
||||||
case 14100: mask = "?b?b?b?b?b?b?bx";
|
case 14100: mask = "?b?b?b?b?b?b?bxxxxxxxxxxxxxxxxx";
|
||||||
break;
|
break;
|
||||||
default: mask = "?b?b?b?b?b?b?b";
|
default: mask = "?b?b?b?b?b?b?b";
|
||||||
break;
|
break;
|
||||||
|
@ -2749,7 +2749,7 @@ int opencl_session_begin (opencl_ctx_t *opencl_ctx, hashconfig_t *hashconfig, co
|
|||||||
|
|
||||||
scrypt_tmp_size = (128 * scrypt_r * scrypt_p);
|
scrypt_tmp_size = (128 * scrypt_r * scrypt_p);
|
||||||
|
|
||||||
hashconfig->tmp_size = scrypt_tmp_size; break;
|
hashconfig->tmp_size = scrypt_tmp_size;
|
||||||
|
|
||||||
uint tmto_start = 0;
|
uint tmto_start = 0;
|
||||||
uint tmto_stop = 10;
|
uint tmto_stop = 10;
|
||||||
|
Loading…
Reference in New Issue
Block a user