Add module_deep_comp_kernel()

This commit is contained in:
jsteube
2019-01-05 18:44:43 +01:00
parent 6cbb5e4992
commit e0deb3f825
6 changed files with 60 additions and 54 deletions
+1 -1
View File
@@ -115,13 +115,13 @@ void module_init (module_ctx_t *module_ctx)
{
// undefined functions automatically call corresponding default functions
module_ctx->module_attack_exec = module_attack_exec;
module_ctx->module_benchmark_esalt = NULL;
module_ctx->module_benchmark_hook_salt = NULL;
module_ctx->module_benchmark_mask = NULL;
module_ctx->module_benchmark_salt = NULL;
module_ctx->module_build_plain_postprocess = NULL;
module_ctx->module_deep_comp_kernel = NULL;
module_ctx->module_dgst_pos0 = module_dgst_pos0;
module_ctx->module_dgst_pos1 = module_dgst_pos1;
module_ctx->module_dgst_pos2 = module_dgst_pos2;