Skip to content

Commit

Permalink
refactor: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhousni committed Feb 4, 2025
1 parent 7052aba commit ea7303e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
95 changes: 0 additions & 95 deletions std/algebra/native/sw_grumpkin/hints.go

This file was deleted.

6 changes: 0 additions & 6 deletions std/algebra/native/sw_grumpkin/inner.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ func (cc *innerConfig) phi1(api frontend.API, res, P *G1Affine) *G1Affine {
return res
}

func (cc *innerConfig) phi2Neg(api frontend.API, res, P *G1Affine) *G1Affine {
res.X = api.Mul(P.X, cc.thirdRootOne2)
res.Y = api.Sub(0, P.Y)
return res
}

// getInnerCurveConfig returns the configuration of the inner elliptic curve
// which can be defined on the scalars of outer curve.
func getInnerCurveConfig(outerCurveScalarField *big.Int) *innerConfig {
Expand Down

0 comments on commit ea7303e

Please sign in to comment.