Skip to content

Commit 93a55b0

Browse files
EXP: make plateau constraint hold unconditionally under computation (#706)
1 parent 7ee2372 commit 93a55b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/constraints.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
;; constraints ;;
148148
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
149149

150-
(defconstraint plateau-constraints (:perspective computation :guard IS_MODEXP_LOG)
150+
(defconstraint plateau-constraints (:perspective computation)
151151
(plateau-constraint CT PLT_BIT PLT_JMP))
152152

153153
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)