Skip to content

Commit 565e1b3

Browse files
Copy fixes to Osaka OOB (#794)
1 parent ac727e0 commit 565e1b3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

oob/osaka/columns.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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

oob/osaka/constants.lisp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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

oob/osaka/lookups/oob-into-add.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
oob.ADD_FLAG)
33

44
(defclookup
5-
oob-into-add
5+
(oob-into-add :unchecked)
66
;; target columns
77
(
88
add.ARG_1

oob/osaka/lookups/oob-into-mod.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)