gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35580 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r35580 - gnunet/src/cadet
Date: Mon, 27 Apr 2015 21:14:16 +0200

Author: bartpolot
Date: 2015-04-27 21:14:16 +0200 (Mon, 27 Apr 2015)
New Revision: 35580

Modified:
   gnunet/src/cadet/cadet_protocol.h
Log:
- doc

Modified: gnunet/src/cadet/cadet_protocol.h
===================================================================
--- gnunet/src/cadet/cadet_protocol.h   2015-04-27 19:14:15 UTC (rev 35579)
+++ gnunet/src/cadet/cadet_protocol.h   2015-04-27 19:14:16 UTC (rev 35580)
@@ -122,11 +122,26 @@
   struct GNUNET_MessageHeader header;
 
   /**
-   * Ephemeral public ECC key (always for NIST P-521) encoded in a format
-   * suitable for network transmission as created using 'gcry_sexp_sprint'.
+   * Sender's ephemeral public ECC key (always for NIST P-521) encoded in a
+   * format suitable for network transmission, as created
+   * using 'gcry_sexp_sprint'.
    */
   struct GNUNET_CRYPTO_EcdhePublicKey ephemeral_key;
 
+  /**
+   * Sender's next ephemeral public ECC key (always for NIST P-521) encoded in 
a
+   * format suitable for network transmission, as created
+   * using 'gcry_sexp_sprint'.
+   */
+  struct GNUNET_CRYPTO_EcdhePublicKey ratchet_key;
+
+  /**
+   * Receiver's ephemeral public ECC key (always for NIST P-521) encoded in a
+   * format suitable for network transmission, as created
+   * using 'gcry_sexp_sprint'.
+   */
+  struct GNUNET_CRYPTO_EcdhePublicKey peers_key;
+
 };
 
 




reply via email to

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