add: lots of things....

This commit is contained in:
DoZ10
2017-04-16 10:07:12 -04:00
parent 60cf44e0da
commit d5ca5d59db
7 changed files with 547 additions and 100 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
##
SHARED := 0
DEBUG := 0
DEBUG := 1
PRODUCTION := 0
##
+2 -3
View File
@@ -19258,10 +19258,9 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
case 600: hashconfig->hash_type = HASH_TYPE_BLAKE2B;
hashconfig->salt_type = SALT_TYPE_EMBEDDED;
hashconfig->attack_exec = ATTACK_EXEC_INSIDE_KERNEL;
hashconfig->opts_type = OPTS_TYPE_PT_GENERATE_LE
| OPTS_TYPE_PT_ADD01;
hashconfig->opts_type = 0;
hashconfig->kern_type = KERN_TYPE_BLAKE2B;
hashconfig->dgst_size = DGST_SIZE_8_25;
hashconfig->dgst_size = DGST_SIZE_4_4;
hashconfig->parse_func = blake2b_parse_hash;
hashconfig->opti_type = OPTI_TYPE_ZERO_BYTE
| OPTI_TYPE_USES_BITS_64