From f56ffdc32fa49fb977d1c2454469ffbad0fdaf51 Mon Sep 17 00:00:00 2001 From: DoZ10 Date: Thu, 20 Apr 2017 19:17:36 -0400 Subject: [PATCH] Removed OPTS_TYPE_ST_ADDBITS15 --- src/interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface.c b/src/interface.c index 277485a4c..f7760d69b 100644 --- a/src/interface.c +++ b/src/interface.c @@ -19256,8 +19256,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) case 600: hashconfig->hash_type = HASH_TYPE_BLAKE2B; hashconfig->salt_type = SALT_TYPE_NONE; hashconfig->attack_exec = ATTACK_EXEC_INSIDE_KERNEL; - hashconfig->opts_type = OPTS_TYPE_PT_GENERATE_BE - | OPTS_TYPE_ST_ADDBITS15; + hashconfig->opts_type = OPTS_TYPE_PT_GENERATE_BE; hashconfig->kern_type = KERN_TYPE_BLAKE2B; hashconfig->dgst_size = DGST_SIZE_8_8; hashconfig->parse_func = blake2b_parse_hash;