diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-02-27 21:09:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 21:09:59 +0800 |
commit | 505a49e689683f11326ef30af3b9bcff8f3c2b8f (patch) | |
tree | 0c009583cdaa7731dd128ded2fc85191fa71521f /crypto | |
parent | 7ebd2fa5dbbc2944eae5bf5844d26c9840e7b12e (diff) | |
parent | 2b6158a51e4b4660ed4093880ed1e0a368aecce4 (diff) | |
download | go-tangerine-505a49e689683f11326ef30af3b9bcff8f3c2b8f.tar go-tangerine-505a49e689683f11326ef30af3b9bcff8f3c2b8f.tar.gz go-tangerine-505a49e689683f11326ef30af3b9bcff8f3c2b8f.tar.bz2 go-tangerine-505a49e689683f11326ef30af3b9bcff8f3c2b8f.tar.lz go-tangerine-505a49e689683f11326ef30af3b9bcff8f3c2b8f.tar.xz go-tangerine-505a49e689683f11326ef30af3b9bcff8f3c2b8f.tar.zst go-tangerine-505a49e689683f11326ef30af3b9bcff8f3c2b8f.zip |
Merge pull request #19166 from SamuelMarks/go-1.12
Upgrade to Go 1.12
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/bn256/cloudflare/main_test.go | 2 | ||||
-rw-r--r-- | crypto/bn256/google/main_test.go | 2 |
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()) } } |