mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Update accel and thread modifiers for -m 21700 and -m 21800
This commit is contained in:
parent
ee5be3fc2d
commit
b618a72bd7
@ -82,8 +82,8 @@ typedef struct electrum_hook_salt
|
||||
|
||||
static const char *SIGNATURE_ELECTRUM = "$electrum$4*";
|
||||
|
||||
#define M21700_MAX_ACCEL 1
|
||||
#define M21700_MAX_THREADS 8
|
||||
#define M21700_MAX_ACCEL 16
|
||||
#define M21700_MAX_THREADS 64
|
||||
|
||||
u32 module_kernel_accel_max (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra)
|
||||
{
|
||||
|
@ -79,8 +79,8 @@ typedef struct electrum_hook_salt
|
||||
|
||||
static const char *SIGNATURE_ELECTRUM = "$electrum$5*";
|
||||
|
||||
#define M21800_MAX_ACCEL 1
|
||||
#define M21800_MAX_THREADS 8
|
||||
#define M21800_MAX_ACCEL 16
|
||||
#define M21800_MAX_THREADS 64
|
||||
|
||||
u32 module_kernel_accel_max (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user