1
0
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:
Jens Steube 2019-11-16 21:09:56 +01:00
parent ee5be3fc2d
commit b618a72bd7
2 changed files with 4 additions and 4 deletions

View File

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

View File

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