Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mm/pg-refactor-new' into mm/pg-r…
Browse files Browse the repository at this point in the history
…efactor-new
  • Loading branch information
ludamad committed Feb 22, 2024
2 parents 0e78233 + 02bc325 commit 8b52cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/cpp/src/barretenberg/goblin/mock_circuits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class GoblinMockCircuits {
// that the circuit size does not scale linearly with number of iterations due to e.g. amortization of
// lookup costs
const size_t NUM_ITERATIONS_LARGE = 13; // results in circuit size 2^19 (521327 gates) const
size_t NUM_ITERATIONS_MEDIUM = 2; // results in circuit size 2^17 (124843 gates)
size_t NUM_ITERATIONS_MEDIUM = 3; // results in circuit size 2^17 (124843 gates)
const size_t NUM_ITERATIONS = large ? NUM_ITERATIONS_LARGE : NUM_ITERATIONS_MEDIUM;

stdlib::generate_sha256_test_circuit(builder, NUM_ITERATIONS); // min gates: ~39k
Expand Down

0 comments on commit 8b52cc0

Please sign in to comment.