1
mirror of https://github.com/hashcat/hashcat synced 2024-11-28 05:21:38 +01:00

Interface changed, add module_benchmark_charset

This commit is contained in:
Mr Dromedary 2022-11-16 16:06:44 +01:00
parent 1ed5d7d6d8
commit c3e852b287

View File

@ -343,6 +343,7 @@ void module_init (module_ctx_t *module_ctx)
module_ctx->module_benchmark_esalt = MODULE_DEFAULT;
module_ctx->module_benchmark_hook_salt = MODULE_DEFAULT;
module_ctx->module_benchmark_mask = MODULE_DEFAULT;
module_ctx->module_benchmark_charset = MODULE_DEFAULT;
module_ctx->module_benchmark_salt = MODULE_DEFAULT;
module_ctx->module_build_plain_postprocess = MODULE_DEFAULT;
module_ctx->module_deep_comp_kernel = module_deep_comp_kernel;