mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-13 11:38:49 +00:00
Remove unused OPTS_TYPE_PREFERED_THREAD
This commit is contained in:
parent
a4db1a0abd
commit
f8f5e1cc93
@ -420,7 +420,6 @@ typedef enum opts_type
|
|||||||
OPTS_TYPE_AUX3 = (1ULL << 37),
|
OPTS_TYPE_AUX3 = (1ULL << 37),
|
||||||
OPTS_TYPE_AUX4 = (1ULL << 38),
|
OPTS_TYPE_AUX4 = (1ULL << 38),
|
||||||
OPTS_TYPE_BINARY_HASHFILE = (1ULL << 39),
|
OPTS_TYPE_BINARY_HASHFILE = (1ULL << 39),
|
||||||
OPTS_TYPE_PREFERED_THREAD = (1ULL << 40), // some algorithms (complicated ones with many branches) benefit from this
|
|
||||||
OPTS_TYPE_PT_ADD06 = (1ULL << 41),
|
OPTS_TYPE_PT_ADD06 = (1ULL << 41),
|
||||||
OPTS_TYPE_KEYBOARD_MAPPING = (1ULL << 42),
|
OPTS_TYPE_KEYBOARD_MAPPING = (1ULL << 42),
|
||||||
OPTS_TYPE_DEEP_COMP_KERNEL = (1ULL << 43), // if we have to iterate through each hash inside the comp kernel, for example if each hash has to be decrypted separately
|
OPTS_TYPE_DEEP_COMP_KERNEL = (1ULL << 43), // if we have to iterate through each hash inside the comp kernel, for example if each hash has to be decrypted separately
|
||||||
|
Loading…
Reference in New Issue
Block a user