Skip to content

Commit

Permalink
Update sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jul 27, 2024
1 parent ca6458d commit c84b723
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AMQP_URI=amqp://localhost:5672
ARITHMETIC_CIRCUIT_SIZE=16..21
BYTE_PACKING_CIRCUIT_SIZE=8..21
CPU_CIRCUIT_SIZE=10..21
CPU_CIRCUIT_SIZE=8..21
KECCAK_CIRCUIT_SIZE=4..20
KECCAK_SPONGE_CIRCUIT_SIZE=8..17
LOGIC_CIRCUIT_SIZE=4..21
Expand Down
16 changes: 8 additions & 8 deletions zero_bin/tools/prove_rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ if [[ $8 == "test_only" ]]; then
export MEMORY_BEFORE_CIRCUIT_SIZE="7..8"
export MEMORY_AFTER_CIRCUIT_SIZE="7..8"
else
export ARITHMETIC_CIRCUIT_SIZE="16..23"
export BYTE_PACKING_CIRCUIT_SIZE="8..23"
export CPU_CIRCUIT_SIZE="8..25"
export ARITHMETIC_CIRCUIT_SIZE="16..21"
export BYTE_PACKING_CIRCUIT_SIZE="8..21"
export CPU_CIRCUIT_SIZE="8..21"
export KECCAK_CIRCUIT_SIZE="4..20"
export KECCAK_SPONGE_CIRCUIT_SIZE="8..15"
export LOGIC_CIRCUIT_SIZE="8..18"
export MEMORY_CIRCUIT_SIZE="17..28"
export MEMORY_BEFORE_CIRCUIT_SIZE="7..27"
export MEMORY_AFTER_CIRCUIT_SIZE="7..27"
export KECCAK_SPONGE_CIRCUIT_SIZE="8..17"
export LOGIC_CIRCUIT_SIZE="4..21"
export MEMORY_CIRCUIT_SIZE="17..24"
export MEMORY_BEFORE_CIRCUIT_SIZE="16..23"
export MEMORY_AFTER_CIRCUIT_SIZE="7..23"
fi

# Force the working directory to always be the `tools/` directory.
Expand Down
16 changes: 8 additions & 8 deletions zero_bin/tools/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ else
export MEMORY_BEFORE_CIRCUIT_SIZE="16..17"
export MEMORY_AFTER_CIRCUIT_SIZE="7..8"
else
export ARITHMETIC_CIRCUIT_SIZE="16..23"
export BYTE_PACKING_CIRCUIT_SIZE="8..23"
export CPU_CIRCUIT_SIZE="8..25"
export ARITHMETIC_CIRCUIT_SIZE="16..21"
export BYTE_PACKING_CIRCUIT_SIZE="8..21"
export CPU_CIRCUIT_SIZE="8..21"
export KECCAK_CIRCUIT_SIZE="4..20"
export KECCAK_SPONGE_CIRCUIT_SIZE="8..15"
export LOGIC_CIRCUIT_SIZE="8..18"
export MEMORY_CIRCUIT_SIZE="17..28"
export MEMORY_BEFORE_CIRCUIT_SIZE="7..27"
export MEMORY_AFTER_CIRCUIT_SIZE="7..27"
export KECCAK_SPONGE_CIRCUIT_SIZE="8..17"
export LOGIC_CIRCUIT_SIZE="4..21"
export MEMORY_CIRCUIT_SIZE="17..24"
export MEMORY_BEFORE_CIRCUIT_SIZE="16..23"
export MEMORY_AFTER_CIRCUIT_SIZE="7..23"
fi
fi

Expand Down

0 comments on commit c84b723

Please sign in to comment.