Skip to content

Commit 26a200f

Browse files
committed
increase max rom length to 100
1 parent dbbd0a7 commit 26a200f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ build:
3131
params:
3232
@for target_dir in $(TARGET_DIRS); do \
3333
size=$$(basename "$$target_dir" | sed 's/target_//' | sed 's/b//'); \
34-
echo "Generating parameters for $${size}b with ROM length 20..."; \
35-
cargo +nightly run --release -- "$$target_dir/artifacts" "$${size}b" "20" || exit 1; \
34+
echo "Generating parameters for $${size}b with ROM length 100..."; \
35+
cargo +nightly run --release -- "$$target_dir/artifacts" "$${size}b" "100" || exit 1; \
3636
done
3737

3838
.PHONY: check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-prover-circuits",
33
"description": "ZK Circuits for WebProofs",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)