aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn256
diff options
context:
space:
mode:
authorSamuel Marks <samuelmarks@gmail.com>2019-02-26 12:12:13 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:59 +0800
commit1b4f1f2804f4975f58248d8933e5f74a7f827e0d (patch)
treee5163bb4e19d244fa658208d81e515560bc7f876 /crypto/bn256
parent47951b804128afa41197e9bdea7f0b6f24763f22 (diff)
downloaddexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar
dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar.gz
dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar.bz2
dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar.lz
dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar.xz
dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar.zst
dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.zip
travis, appveyor, Dockerfile: upgrade to Go 1.12
Include serveral DEXON specific fixes.
Diffstat (limited to 'crypto/bn256')
-rw-r--r--crypto/bn256/cloudflare/main_test.go2
-rw-r--r--crypto/bn256/google/main_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn256/cloudflare/main_test.go b/crypto/bn256/cloudflare/main_test.go
index 0230f1b19..c0c85457b 100644
--- a/crypto/bn256/cloudflare/main_test.go
+++ b/crypto/bn256/cloudflare/main_test.go
@@ -13,7 +13,7 @@ func TestRandomG2Marshal(t *testing.T) {
t.Error(err)
continue
}
- t.Logf("%d: %x\n", n, g2.Marshal())
+ t.Logf("%v: %x\n", n, g2.Marshal())
}
}
diff --git a/crypto/bn256/google/main_test.go b/crypto/bn256/google/main_test.go
index 0230f1b19..c0c85457b 100644
--- a/crypto/bn256/google/main_test.go
+++ b/crypto/bn256/google/main_test.go
@@ -13,7 +13,7 @@ func TestRandomG2Marshal(t *testing.T) {
t.Error(err)
continue
}
- t.Logf("%d: %x\n", n, g2.Marshal())
+ t.Logf("%v: %x\n", n, g2.Marshal())
}
}