gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: TNG: DV struct no longer needs to contai


From: gnunet
Subject: [gnunet] branch master updated: TNG: DV struct no longer needs to contain ephemeral private key
Date: Sat, 15 Jul 2023 13:00:50 +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 58785a5ef TNG: DV struct no longer needs to contain ephemeral private 
key
58785a5ef is described below

commit 58785a5ef276ebd5e76225065c48f7f591881782
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Jul 15 13:00:27 2023 +0200

    TNG: DV struct no longer needs to contain ephemeral private key
---
 src/transport/gnunet-service-tng.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/transport/gnunet-service-tng.c 
b/src/transport/gnunet-service-tng.c
index 56d1887c8..a008daff3 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -1773,10 +1773,6 @@ struct DistanceVector
    */
   struct GNUNET_CRYPTO_EcdhePublicKey ephemeral_key;
 
-  /**
-   * Our private ephemeral key.
-   */
-  struct GNUNET_CRYPTO_EcdhePrivateKey private_key;
 };
 
 

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