Skip to content

Commit

Permalink
increase size of SRS to ~8Million
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 22, 2023
1 parent 6c4f93b commit 2a5f8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

using namespace barretenberg;

uint32_t MAX_CIRCUIT_SIZE = 1 << 19;
uint32_t MAX_CIRCUIT_SIZE = 1 << 23;
std::string CRS_PATH = "./crs";
bool verbose = false;

Expand Down

0 comments on commit 2a5f8fa

Please sign in to comment.