We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbd0a7 commit 26a200fCopy full SHA for 26a200f
2 files changed
Makefile
@@ -31,8 +31,8 @@ build:
31
params:
32
@for target_dir in $(TARGET_DIRS); do \
33
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; \
+ echo "Generating parameters for $${size}b with ROM length 100..."; \
+ cargo +nightly run --release -- "$$target_dir/artifacts" "$${size}b" "100" || exit 1; \
36
done
37
38
.PHONY: check
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "web-prover-circuits",
3
"description": "ZK Circuits for WebProofs",
4
- "version": "0.9.0",
+ "version": "0.9.1",
5
"license": "Apache-2.0",
6
"repository": {
7
"type": "git",
0 commit comments