File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ PRECOMPILE_SHA2_BLOCKS = 200
72
72
PRECOMPILE_RIPEMD_BLOCKS = 0
73
73
PRECOMPILE_MODEXP_EFFECTIVE_CALLS = 32
74
74
PRECOMPILE_ECADD_EFFECTIVE_CALLS = 1024
75
- PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 32
75
+ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 64
76
76
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 16
77
77
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 64
78
78
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 64
@@ -122,7 +122,7 @@ PRECOMPILE_SHA2_BLOCKS = 400
122
122
PRECOMPILE_RIPEMD_BLOCKS = 0
123
123
PRECOMPILE_MODEXP_EFFECTIVE_CALLS = 64
124
124
PRECOMPILE_ECADD_EFFECTIVE_CALLS = 32768
125
- PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 64
125
+ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 128
126
126
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 32
127
127
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 128
128
128
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 128
You can’t perform that action at this time.
0 commit comments