aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJhih-Ming Huang <jm@dexon.org>2019-04-10 22:29:35 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-04-22 17:32:25 +0800
commitfffd645be95ab6137094faba020dc8879b3a7569 (patch)
tree3577bf8cbe0b8464884ea65e7ae72189fbed8dbd /crypto
parent96c5d8944bf5c03a4dc46ad9a1388494ce4d6285 (diff)
downloaddexon-fffd645be95ab6137094faba020dc8879b3a7569.tar
dexon-fffd645be95ab6137094faba020dc8879b3a7569.tar.gz
dexon-fffd645be95ab6137094faba020dc8879b3a7569.tar.bz2
dexon-fffd645be95ab6137094faba020dc8879b3a7569.tar.lz
dexon-fffd645be95ab6137094faba020dc8879b3a7569.tar.xz
dexon-fffd645be95ab6137094faba020dc8879b3a7569.tar.zst
dexon-fffd645be95ab6137094faba020dc8879b3a7569.zip
fixup! Change import go github.com/dexon-foundation/dexon
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn256/bn256_fast.go2
-rw-r--r--crypto/bn256/bn256_slow.go2
2 files changed, 2 insertions, 2 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.
diff --git a/crypto/bn256/bn256_slow.go b/crypto/bn256/bn256_slow.go
index 56c6437c5..f360731de 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/dexon-foundation/dexon/crypto/bn256/google"
+import bn256 "github.com/dexon-foundation/dexon/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.