File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434cmd=(
3535 ./crates/target/release/aligned
3636 submit
37- --proving_system Groth16Bn254
37+ --proving_system GnarkGroth16Bn254
3838 --repetitions " $repetitions "
3939 --proof " scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${x} _gnark_groth16_0_12_0.proof"
4040 --public_input " scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${x} _gnark_groth16_0_12_0.pub"
Original file line number Diff line number Diff line change 2727 go run scripts/test_files/gnark_groth16_bn254_infinite_script/cmd/main.go $counter
2828
2929 cd ./crates/cli && cargo run --release -- submit \
30- --proving_system Groth16Bn254 \
30+ --proving_system GnarkGroth16Bn254 \
3131 --proof ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${counter} _gnark_groth16_0_12_0.proof \
3232 --public_input ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${counter} _gnark_groth16_0_12_0.pub \
3333 --vk ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${counter} _gnark_groth16_0_12_0.vk \
You can’t perform that action at this time.
0 commit comments