Skip to content

Commit

Permalink
Lambda value updated from 2 to 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaskov committed Nov 15, 2023
1 parent cb480be commit acfc86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/proof-generator/include/nil/proof-generator/prover.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ namespace nil {
table_description.rows_amount = assignment_table.rows_amount();
}

const std::size_t Lambda = 2;
const std::size_t Lambda = 9;
using Hash = nil::crypto3::hashes::keccak_1600<256>;
using circuit_params = nil::crypto3::zk::snark::placeholder_circuit_params<
BlueprintFieldType, ArithmetizationParams
Expand Down

0 comments on commit acfc86e

Please sign in to comment.