Skip to content

Commit 861a000

Browse files
committed
fix: cursor comment
1 parent 2694b49 commit 861a000

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ecdata/osaka/constraints.lisp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,13 @@
897897
(defcomputedcolumn (CIRCUIT_SELECTOR_G2_MEMBERSHIP :binary@prove)
898898
G2MTR)
899899

900-
(defconstraint circuit-selectors-sum-binary ()
901-
(debug (is-binary (+ CS_ECRECOVER CS_ECADD CS_ECMUL CS_ECPAIRING CS_G2_MEMBERSHIP))))
900+
(defproperty at-most-one-circuit-selector-is-active-at-any-point-in-time
901+
(is-binary (+ CS_ECRECOVER
902+
CS_ECADD
903+
CS_ECMUL
904+
CS_ECPAIRING
905+
CS_G2_MEMBERSHIP
906+
CS_P256_VERIFY
907+
)))
902908

903909

0 commit comments

Comments
 (0)