Skip to content

Commit

Permalink
increased grumpkin points
Browse files Browse the repository at this point in the history
  • Loading branch information
zac-williamson committed Feb 21, 2024
1 parent b58f14b commit 959bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/cpp/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cmake --build --preset $PRESET --target bb
if [ ! -d ./srs_db/grumpkin ]; then
# The Grumpkin SRS is generated manually at the moment, only up to a large enough size for tests
# If tests require more points, the parameter can be increased here.
(cd ./build && cmake --build . --parallel --target grumpkin_srs_gen && ./bin/grumpkin_srs_gen 8192)
(cd ./build && cmake --build . --parallel --target grumpkin_srs_gen && ./bin/grumpkin_srs_gen 16384)
fi

# Install wasi-sdk.
Expand Down

0 comments on commit 959bf07

Please sign in to comment.