gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -DHT: implement path signing (but signat


From: gnunet
Subject: [gnunet] branch master updated: -DHT: implement path signing (but signatures are not yet being verified)
Date: Sun, 09 Jan 2022 18:12:45 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 14d1628f5 -DHT: implement path signing (but signatures are not yet 
being verified)
14d1628f5 is described below

commit 14d1628f5f19326e99597a33661f40f2f642f4f1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 9 18:12:41 2022 +0100

    -DHT: implement path signing (but signatures are not yet being verified)
---
 src/dht/gnunet-service-dht_neighbours.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/dht/gnunet-service-dht_neighbours.c 
b/src/dht/gnunet-service-dht_neighbours.c
index 4affc7682..2c9240969 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -436,6 +436,9 @@ sign_path (const struct GNUNET_PeerIdentity *pred,
     .succ = *succ
   };
 
+  /* TODO: we might want to cache signatures by 'hs' in the
+     future as an optimization to reduce the amount of
+     crypto operations we need to do! */
   GNUNET_CRYPTO_eddsa_sign (&my_private_key,
                             &hs,
                             sig);

-- 
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]