Skip to content

Commit

Permalink
increase max rom length to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Feb 6, 2025
1 parent dbbd0a7 commit 26a200f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ build:
params:
@for target_dir in $(TARGET_DIRS); do \
size=$$(basename "$$target_dir" | sed 's/target_//' | sed 's/b//'); \
echo "Generating parameters for $${size}b with ROM length 20..."; \
cargo +nightly run --release -- "$$target_dir/artifacts" "$${size}b" "20" || exit 1; \
echo "Generating parameters for $${size}b with ROM length 100..."; \
cargo +nightly run --release -- "$$target_dir/artifacts" "$${size}b" "100" || exit 1; \
done

.PHONY: check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-prover-circuits",
"description": "ZK Circuits for WebProofs",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 26a200f

Please sign in to comment.