From 53d910e7c9374f9a58da4b08b27865fb7d0ba4e2 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 27 Apr 2015 19:14:32 +0000 Subject: - don't send receivers ID, not needed --- src/cadet/cadet_protocol.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/cadet/cadet_protocol.h') diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h index b56cedd31..d866e20d3 100644 --- a/src/cadet/cadet_protocol.h +++ b/src/cadet/cadet_protocol.h @@ -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; - }; -- cgit v1.2.3