gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: GNS: Little endian private key in TV.


From: gnunet
Subject: [gnunet] branch master updated: GNS: Little endian private key in TV.
Date: Wed, 28 Jun 2023 23:41:58 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new afee6f6d5 GNS: Little endian private key in TV.
afee6f6d5 is described below

commit afee6f6d552c2293d31dc0d6beba15f0c89e0d72
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Jun 28 23:41:44 2023 +0200

    GNS: Little endian private key in TV.
---
 src/gnsrecord/gnunet-gnsrecord-tvg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnsrecord/gnunet-gnsrecord-tvg.c 
b/src/gnsrecord/gnunet-gnsrecord-tvg.c
index 2bc31471e..4822141f9 100644
--- a/src/gnsrecord/gnunet-gnsrecord-tvg.c
+++ b/src/gnsrecord/gnunet-gnsrecord-tvg.c
@@ -156,7 +156,7 @@ run_pkey (struct GNUNET_GNSRECORD_Data *rd, int rd_count, 
const char *label)
 
   GNUNET_IDENTITY_key_get_public (&id_priv,
                                   &id_pub);
-  printf ("Zone private key (d, big-endian):\n");
+  printf ("Zone private key (d, little-endian):\n");
   print_bytes_ (&id_priv.ecdsa_key,
                 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey), 8, 1);
   printf ("\n");

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]