Skip to content

Commit

Permalink
try #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed May 3, 2021
1 parent f4b524d commit cc17e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libiop/tests/bcs/test_bcs_transformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ bcs_transformation_parameters<FieldT, MT_root_hash> get_bcs_parameters(bool alge
}
set_bcs_parameters_leafhash<FieldT, MT_root_hash>(bcs_parameters); // Work per hash. Todo generalize this w/ proper explanations of work amounts
const size_t work_per_hash = (bcs_parameters.hash_enum == 1) ? 1 : 128;
params.pow_params_ = pow_parameters(4, work_per_hash);
bcs_parameters.pow_params_ = pow_parameters(4, work_per_hash);

return bcs_parameters;
}
Expand Down

0 comments on commit cc17e69

Please sign in to comment.