Skip to content

Commit

Permalink
crypto/bn256: fix import line (ethereum#20723)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschmideg authored and kjx98 committed Mar 17, 2020
1 parent c18a7d9 commit 113a8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bn256/bn256_slow.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
package bn256

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

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

0 comments on commit 113a8e7

Please sign in to comment.