mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-23 15:08:37 +00:00
Removed TOKEN_ATTR_OPTIONAL_ROUNDS because there's no code handling optional rounds in decoder
This commit is contained in:
parent
d76137d44b
commit
0926b861d5
@ -84,8 +84,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
||||
token.sep[1] = '$';
|
||||
token.len_min[1] = 16;
|
||||
token.len_max[1] = 20;
|
||||
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH
|
||||
| TOKEN_ATTR_OPTIONAL_ROUNDS;
|
||||
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;
|
||||
|
||||
token.sep[2] = '$';
|
||||
token.len[2] = 64;
|
||||
|
Loading…
Reference in New Issue
Block a user