aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/crypto/keys_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/crypto/keys_test.go')
-rw-r--r--src/gnunet/crypto/keys_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet/crypto/keys_test.go b/src/gnunet/crypto/keys_test.go
index d8ffe96..ca5c7b7 100644
--- a/src/gnunet/crypto/keys_test.go
+++ b/src/gnunet/crypto/keys_test.go
@@ -58,7 +58,7 @@ var (
58func TestPrvKey(t *testing.T) { 58func TestPrvKey(t *testing.T) {
59 if testing.Verbose() { 59 if testing.Verbose() {
60 t.Logf("PRIVATE (seed=%s)\n", hex.EncodeToString(seed)) 60 t.Logf("PRIVATE (seed=%s)\n", hex.EncodeToString(seed))
61 t.Logf(" d = %s\n", hex.EncodeToString(prv_1.D.Bytes())) 61 t.Logf(" d = %s\n", hex.EncodeToString(prv1.D.Bytes()))
62 t.Logf(" ID = '%s'\n", util.EncodeBinaryToString(seed)) 62 t.Logf(" ID = '%s'\n", util.EncodeBinaryToString(seed))
63 } 63 }
64 64