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.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index a51be3939..9b0abcc55 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -127,23 +127,6 @@ struct GNUNET_CADET_AX_KX
127 uint32_t force_reply; 127 uint32_t force_reply;
128 128
129 /** 129 /**
130 * An EdDSA signature of the permanent ECDH key with the Peer's ID key.
131 */
132 struct GNUNET_CRYPTO_EddsaSignature signature;
133
134 /**
135 * Information about what is being signed (@a permanent_key).
136 */
137 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
138
139 /**
140 * Sender's permanent_key public ECC key encoded in a
141 * format suitable for network transmission, as created
142 * using 'gcry_sexp_sprint'.
143 */
144 struct GNUNET_CRYPTO_EcdhePublicKey permanent_key;
145
146 /**
147 * Sender's ephemeral public ECC key encoded in a 130 * Sender's ephemeral public ECC key encoded in a
148 * format suitable for network transmission, as created 131 * format suitable for network transmission, as created
149 * using 'gcry_sexp_sprint'. 132 * using 'gcry_sexp_sprint'.