We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec1f29 commit f1a7997Copy full SHA for f1a7997
crypto/bn256/bn256_slow.go
@@ -7,7 +7,7 @@
7
// Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
8
package bn256
9
10
-import "github.com/ethereum/go-ethereum/crypto/bn256/google"
+import bn256 "github.com/ethereum/go-ethereum/crypto/bn256/google"
11
12
// G1 is an abstract cyclic group. The zero value is suitable for use as the
13
// output of an operation, but cannot be used as an input.
0 commit comments