We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9628c92 commit 1d434f5Copy full SHA for 1d434f5
.golangci.yml
@@ -277,7 +277,7 @@ issues:
277
- path: "group/edwards25519/scalar.go"
278
linters:
279
- ineffassign
280
- - path: "pairing/(circl_bls12381|bn254)/."
+ - path: "pairing/(bls12381|bn254)/."
281
282
- errcheck #TODO: proper error handling
283
text: "Error return value is not checked"
pairing/bls12381/gnark/g1.go
@@ -1,4 +1,3 @@
1
-//nolint:dupl // unavoidable duplication between g1 and g2
2
package gnark
3
4
import (
pairing/bls12381/gnark/g2.go
0 commit comments