File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242 (ADD_FLAG :binary@prove )
4343 (MOD_FLAG :binary@prove )
4444 (BLS_REF_TABLE_FLAG :binary@prove )
45- (OUTGOING_INST :byte :display :opcode )
45+ (OUTGOING_INST :i16 :display :opcode )
4646 (OUTGOING_DATA :i128 :array [4])
4747 (OUTGOING_RES_LO :i128 ))
4848
Original file line number Diff line number Diff line change 2626 CT_MAX_MODEXP_PRICING 5
2727 CT_MAX_MODEXP_EXTRACT 3
2828 CT_MAX_POINT_EVALUATION 3
29- CT_MAX_BLS_G1_ADD 3
30- CT_MAX_BLS_G1_MSM 6
31- CT_MAX_BLS_G2_ADD 3
32- CT_MAX_BLS_G2_MSM 6
29+ CT_MAX_BLS_G1_ADD 3
30+ CT_MAX_BLS_G1_MSM 7
31+ CT_MAX_BLS_G2_ADD 3
32+ CT_MAX_BLS_G2_MSM 7
3333 CT_MAX_BLS_PAIRING_CHECK 4
3434 CT_MAX_BLS_MAP_FP_TO_G1 3
3535 CT_MAX_BLS_MAP_FP2_TO_G2 3
Original file line number Diff line number Diff line change 22 oob.ADD_FLAG)
33
44(defclookup
5- oob-into-add
5+ ( oob-into-add :unchecked )
66 ; ; target columns
77 (
88 add.ARG_1
Original file line number Diff line number Diff line change 22 oob.MOD_FLAG)
33
44(defclookup
5- oob-into-mod
5+ ( oob-into-mod :unchecked )
66 ; ; target columns
77 (
88 mod.ARG_1_HI
You can’t perform that action at this time.
0 commit comments