Skip to content

Commit

Permalink
fix: remove duplicate hints
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Feb 8, 2024
1 parent a3c3cae commit 3578952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion std/algebra/emulated/fields_bls12381/hints.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func GetHints() []solver.Hint {
// E12
divE12Hint,
inverseE12Hint,
squareTorusHint,
}
}

Expand Down
1 change: 0 additions & 1 deletion std/algebra/emulated/fields_bn254/hints.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func GetHints() []solver.Hint {
// E12
divE12Hint,
inverseE12Hint,
squareTorusHint,
}
}

Expand Down

0 comments on commit 3578952

Please sign in to comment.