Skip to content

Commit

Permalink
minor changes #98
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Jan 18, 2023
1 parent fb657f0 commit a584017
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,6 @@ namespace nil {
using var = typename plonk_curve_element_variable_base_scalar_mul<BlueprintFieldType, ArithmetizationParams, CurveType>::var;

using ArithmetizationType = crypto3::zk::snark::plonk_constraint_system<BlueprintFieldType, ArithmetizationParams>;
// typename unified_addition<ArithmetizationType, CurveType, 11>::input_type addition_input = {{instance_input.T.x, instance_input.T.y},
// {instance_input.T.x, instance_input.T.y}};

unified_addition<ArithmetizationType, CurveType, 11> unified_addition_instance(
{component.W(0), component.W(1), component.W(2), component.W(3), component.W(4),
Expand Down

0 comments on commit a584017

Please sign in to comment.