Skip to content

Commit

Permalink
add note on linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jan 21, 2025
1 parent 4cdab9f commit 9f277c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/multiexp/batch_addition.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func MultiBatchAdditionBinaryTreeStride(multiPoints [][]bls12381.G1Affine) []bls
totalAmountOfWork = computeThreshold(workingPoints)
}

// We don't use range points because we get `G601: Implicit memory aliasing in for loop`
for i := 0; i < len(workingPoints); i++ {
points := workingPoints[i]

Expand Down

0 comments on commit 9f277c1

Please sign in to comment.