Skip to content

Commit

Permalink
Tweak range
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Oct 1, 2024
1 parent 3a220c1 commit 7755d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if ! [[ $TEST_ONLY == "test_only" ]]; then
export ARITHMETIC_CIRCUIT_SIZE="16..18"
export BYTE_PACKING_CIRCUIT_SIZE="9..15"
export CPU_CIRCUIT_SIZE="15..20"
export KECCAK_CIRCUIT_SIZE="12..18"
export KECCAK_CIRCUIT_SIZE="11..18"
export KECCAK_SPONGE_CIRCUIT_SIZE="8..14"
export LOGIC_CIRCUIT_SIZE="8..17"
export MEMORY_CIRCUIT_SIZE="18..22"
Expand All @@ -73,7 +73,7 @@ if ! [[ $TEST_ONLY == "test_only" ]]; then
export KECCAK_SPONGE_CIRCUIT_SIZE="8..9"
export LOGIC_CIRCUIT_SIZE="4..14"
export MEMORY_CIRCUIT_SIZE="17..22"
export MEMORY_BEFORE_CIRCUIT_SIZE="17..18"
export MEMORY_BEFORE_CIRCUIT_SIZE="16..18"
export MEMORY_AFTER_CIRCUIT_SIZE="7..8"
export POSEIDON_CIRCUIT_SIZE="4..8"
else
Expand Down

0 comments on commit 7755d46

Please sign in to comment.