Skip to content

Commit

Permalink
Fix curve-kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Nov 29, 2021
1 parent 128d72c commit 82ba6db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup2/scripts/phase2_chunked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function check_hash() {
cargo $CARGO_VER build --release --bin setup2

phase2_new="cargo run --release --features cli -- new --curve-type $CURVE --chunk-size $CHUNK_SIZE --batch-size $BATCH --contribution-mode full"
phase2_chunked="cargo run --release --bin setup2 --features cli -- --curve-kind $CURVE --chunk-size $CHUNK_SIZE --batch-size $BATCH --contribution-mode full --proving-system $PROVING_SYSTEM"
phase2_1="cargo run --release --bin setup2 --features cli -- --curve-kind $CURVE --batch-size $BATCH --contribution-mode chunked --chunk-size $CHUNK_SIZE --seed seed1 --proving-system $PROVING_SYSTEM"
phase2_2="cargo run --release --bin setup2 --features cli -- --curve-kind $CURVE --batch-size $BATCH --contribution-mode chunked --chunk-size $CHUNK_SIZE --seed seed2 --proving-system $PROVING_SYSTEM"
phase2_chunked="cargo run --release --bin setup2 --features cli -- --curve-type $CURVE --chunk-size $CHUNK_SIZE --batch-size $BATCH --contribution-mode full --proving-system $PROVING_SYSTEM"
phase2_1="cargo run --release --bin setup2 --features cli -- --curve-type $CURVE --batch-size $BATCH --contribution-mode chunked --chunk-size $CHUNK_SIZE --seed seed1 --proving-system $PROVING_SYSTEM"
phase2_2="cargo run --release --bin setup2 --features cli -- --curve-type $CURVE --batch-size $BATCH --contribution-mode chunked --chunk-size $CHUNK_SIZE --seed seed2 --proving-system $PROVING_SYSTEM"
####### Phase 2

MAX_CHUNK_INDEX=1
Expand Down

0 comments on commit 82ba6db

Please sign in to comment.