Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 12, 2024
1 parent 59dd13f commit b469aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/bn256/cloudflare/optate.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ func miller(q *twistPoint, p *curvePoint) *gfP12 {
r = newR

r2.Square(&minusQ2.y)
// nolint: staticcheck
//nolint: staticcheck
a, b, c, newR = lineFunctionAdd(r, minusQ2, bAffine, r2)
mulLine(ret, a, b, c)
// nolint: staticcheck
//nolint: staticcheck
r = newR

return ret
Expand Down

0 comments on commit b469aec

Please sign in to comment.