Skip to content

Commit

Permalink
chore: merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabaie committed Jun 27, 2023
1 parent 6248c67 commit 3fad3c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constraint/gkr.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package constraint
import (
"fmt"
"github.com/consensys/gnark-crypto/utils"
"github.com/consensys/gnark/backend/hint"
"github.com/consensys/gnark/constraint/solver"
"github.com/consensys/gnark/std/utils/algo_utils"
"sort"
)
Expand All @@ -30,8 +30,8 @@ type GkrInfo struct {
MaxNIns int
NbInstances int
HashName string
SolveHintID hint.ID
ProveHintID hint.ID
SolveHintID solver.HintID
ProveHintID solver.HintID
}

type GkrPermutations struct {
Expand Down

0 comments on commit 3fad3c8

Please sign in to comment.