Skip to content

Commit a658eed

Browse files
jsignmarioevz
andauthored
Update tests/zkevm/test_worst_compute.py
Co-authored-by: Mario Vega <marioevz@gmail.com>
1 parent 9e2d6cb commit a658eed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ def test_worst_modexp(
132132

133133
# MODEXP calldata
134134
calldata = (
135-
Op.MSTORE(0 * 32, 32)
136-
+ Op.MSTORE(1 * 32, 32)
137-
+ Op.MSTORE(2 * 32, 32)
135+
Op.MSTORE(0 * 32, base_mod_length)
136+
+ Op.MSTORE(1 * 32, exp_length)
137+
+ Op.MSTORE(2 * 32, base_mod_length)
138138
+ Op.MSTORE(3 * 32, base)
139139
+ Op.MSTORE(4 * 32, exp)
140140
+ Op.MSTORE(5 * 32, mod)

0 commit comments

Comments
 (0)