Add decoder_apply_optimizer ()

Add encoder_apply_optimizer ()
Add decoder_apply_options ()
Add encoder_apply_options ()
This commit is contained in:
jsteube
2018-12-15 15:22:40 +01:00
parent bd37903131
commit 3848c73f80
7 changed files with 448 additions and 77 deletions
+5
View File
@@ -1725,4 +1725,9 @@ int hashconfig_salt_max (const hashconfig_t *hashconfig, M
void hashconfig_benchmark_defaults (hashcat_ctx_t *hashcat_ctx, salt_t *salt, void *esalt, void *hook_salt);
const char *hashconfig_benchmark_mask (hashcat_ctx_t *hashcat_ctx);
void decoder_apply_optimizer (const hashconfig_t *hashconfig, void *data);
void encoder_apply_optimizer (const hashconfig_t *hashconfig, void *data);
void decoder_apply_options (const hashconfig_t *hashconfig, void *data);
void encoder_apply_options (const hashconfig_t *hashconfig, void *data);
#endif // _INTERFACE_H