diff options
author | Jhih-Ming Huang <jm@dexon.org> | 2019-04-10 22:29:35 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-10 22:29:35 +0800 |
commit | 675a9441784b14ee4bd996832c4431adc291c5af (patch) | |
tree | 58d76052f28fd5808605f592a52f297f862f9ef7 /crypto/bn256/bn256_fast.go | |
parent | b102e88097d7555b776e95565355ab3dacced1f9 (diff) | |
download | dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.gz dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.bz2 dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.lz dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.xz dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.zst dexon-675a9441784b14ee4bd996832c4431adc291c5af.zip |
fixup! Change import go github.com/dexon-foundation/dexon
Diffstat (limited to 'crypto/bn256/bn256_fast.go')
-rw-r--r-- | crypto/bn256/bn256_fast.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn256/bn256_fast.go b/crypto/bn256/bn256_fast.go index 702521c32..278d542e0 100644 --- a/crypto/bn256/bn256_fast.go +++ b/crypto/bn256/bn256_fast.go @@ -7,7 +7,7 @@ // Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve. package bn256 -import "github.com/dexon-foundation/dexon/crypto/bn256/cloudflare" +import bn256 "github.com/dexon-foundation/dexon/crypto/bn256/cloudflare" // 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. |