-
Notifications
You must be signed in to change notification settings - Fork 14
Big fields MULMOD bug #458
Copy link
Copy link
Open
Labels
Description
Constraint
for i = 1 fails with this test data:
opcode_tester.push_opcode(zkevm_opcode::PUSH32, hex_string_to_bytes("0x1b70726fb8d3a24da9ff9647225a18412b8f010425938504d73ebc8801e2e016"));
opcode_tester.push_opcode(zkevm_opcode::PUSH32, hex_string_to_bytes("0xfffffffffffffffffffffffffffffffffffffff"));
opcode_tester.push_opcode(zkevm_opcode::PUSH32, hex_string_to_bytes("0x200000000000000000000000000000123456788e"));
opcode_tester.push_opcode(zkevm_opcode::MULMOD);
Reactions are currently unavailable