Skip to content

Commit f1a7997

Browse files
authored
crypto/bn256: fix import line (#20723)
1 parent cec1f29 commit f1a7997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/bn256/bn256_slow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
88
package bn256
99

10-
import "github.com/ethereum/go-ethereum/crypto/bn256/google"
10+
import bn256 "github.com/ethereum/go-ethereum/crypto/bn256/google"
1111

1212
// G1 is an abstract cyclic group. The zero value is suitable for use as the
1313
// output of an operation, but cannot be used as an input.

0 commit comments

Comments
 (0)