- don't send receivers ID, not needed
authorBart Polot <bart@net.in.tum.de>
Mon, 27 Apr 2015 19:14:32 +0000 (19:14 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 27 Apr 2015 19:14:32 +0000 (19:14 +0000)
src/cadet/cadet_protocol.h

index b56cedd31e30411c97d1aa9262e5a656abd5a4f4..d866e20d32f7fa91fb9a9565b7fe0de6cc4d0f60 100644 (file)
@@ -134,14 +134,6 @@ struct GNUNET_CADET_AX_KX
    * 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;
-
 };