From f1a7997af38bb992d1a75c49ceb952117d3548ec Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Thu, 27 Feb 2020 12:59:00 +0100 Subject: [PATCH] crypto/bn256: fix import line (#20723) --- crypto/bn256/bn256_slow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn256/bn256_slow.go b/crypto/bn256/bn256_slow.go index 47df49d417..49021082f5 100644 --- a/crypto/bn256/bn256_slow.go +++ b/crypto/bn256/bn256_slow.go @@ -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.