Skip to content

Commit

Permalink
correct public input to pass end_scalar test end #16
Browse files Browse the repository at this point in the history
  • Loading branch information
harchaoui committed Jan 30, 2023
1 parent bd836fd commit d49263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algebra/curves/plonk/endo_scalar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE(blueprint_plonk_unified_addition_addition) {
using curve_type = algebra::curves::vesta;
using BlueprintFieldType = typename curve_type::scalar_field_type;
constexpr std::size_t WitnessColumns = 15;
constexpr std::size_t PublicInputColumns = 1;
constexpr std::size_t PublicInputColumns = 2;
constexpr std::size_t ConstantColumns = 0;
constexpr std::size_t SelectorColumns = 2;
using ArithmetizationParams = zk::snark::plonk_arithmetization_params<WitnessColumns,
Expand Down

0 comments on commit d49263f

Please sign in to comment.