Skip to content

Commit 91532a0

Browse files
increase ECMUL to 64
1 parent 357088d commit 91532a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prover/config/config-sepolia-full.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PRECOMPILE_SHA2_BLOCKS = 200
7272
PRECOMPILE_RIPEMD_BLOCKS = 0
7373
PRECOMPILE_MODEXP_EFFECTIVE_CALLS = 32
7474
PRECOMPILE_ECADD_EFFECTIVE_CALLS = 1024
75-
PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 32
75+
PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 64
7676
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 16
7777
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 64
7878
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 64
@@ -122,7 +122,7 @@ PRECOMPILE_SHA2_BLOCKS = 400
122122
PRECOMPILE_RIPEMD_BLOCKS = 0
123123
PRECOMPILE_MODEXP_EFFECTIVE_CALLS = 64
124124
PRECOMPILE_ECADD_EFFECTIVE_CALLS = 32768
125-
PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 64
125+
PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 128
126126
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 32
127127
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 128
128128
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 128

0 commit comments

Comments
 (0)