aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h8
1 files changed, 0 insertions, 8 deletions
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
134 * using 'gcry_sexp_sprint'. 134 * using 'gcry_sexp_sprint'.
135 */ 135 */
136 struct GNUNET_CRYPTO_EcdhePublicKey ratchet_key; 136 struct GNUNET_CRYPTO_EcdhePublicKey ratchet_key;
137
138 /**
139 * Receiver's ephemeral public ECC key (always for NIST P-521) encoded in a
140 * format suitable for network transmission, as created
141 * using 'gcry_sexp_sprint'.
142 */
143 struct GNUNET_CRYPTO_EcdhePublicKey peers_key;
144
145}; 137};
146 138
147 139