Skip to content

Commit

Permalink
Revert "EXP constraints final version (#93)"
Browse files Browse the repository at this point in the history
This reverts commit 87025d3.
  • Loading branch information
lorenzogentile404 authored Feb 20, 2024
1 parent 87025d3 commit f844b8b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 515 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ WCP := wcp/columns.lisp wcp/constraints.lisp \
MODEXP_DATA := modexpdata/

EXP := exp/columns.lisp exp/constraints.lisp exp/constants.lisp exp/exp-into-wcp.lisp

ZKEVM_MODULES := ${ALU} \
${BIN} \
${EC_DATA} \
Expand All @@ -105,8 +103,7 @@ ZKEVM_MODULES := ${ALU} \
${TABLES} \
${TRM} \
${TXN_DATA} \
${WCP} \
${EXP}
${WCP}

define.go: ${ZKEVM_MODULES}
${CORSET} wizard-iop -vv -P define -o $@ ${ZKEVM_MODULES}
Expand Down
56 changes: 0 additions & 56 deletions exp/columns.lisp

This file was deleted.

17 changes: 0 additions & 17 deletions exp/constants.lisp

This file was deleted.

Loading

0 comments on commit f844b8b

Please sign in to comment.