Skip to content

Commit

Permalink
Prover/splitter compiler (#74)
Browse files Browse the repository at this point in the history
* ignore queries over the eligible columns
* adding the constraints
* fix the golangci-lint error
* organizing the package
* adding a missing verifier check
* support shifted version of verifier columns
* adding a test case for verifier columns
* readding the old splitter
  • Loading branch information
Soleimani193 authored Oct 15, 2024
1 parent c186d66 commit 915cd4d
Show file tree
Hide file tree
Showing 13 changed files with 1,225 additions and 343 deletions.
1 change: 0 additions & 1 deletion prover/protocol/column/verifiercol/expand_verifcol.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (ex ExpandedVerifCol) GetColAssignment(run ifaces.Runtime) ifaces.ColAssign

// GetColAssignment returns a gnark assignment of the current column
func (ex ExpandedVerifCol) GetColAssignmentGnark(run ifaces.GnarkRuntime) []frontend.Variable {

assi := ex.Verifiercol.GetColAssignmentGnark(run)
res := make([]frontend.Variable, ex.Size())
for i := 0; i < len(assi); i++ {
Expand Down
296 changes: 0 additions & 296 deletions prover/protocol/compiler/splitter/splitter/stitcher/stitcher_test.go

This file was deleted.

Loading

0 comments on commit 915cd4d

Please sign in to comment.