aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-04 13:50:02 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-04 13:50:02 +0000
commit47236bb24d1412aaf3d0ed7da3ff324f8c16d16e (patch)
tree46c8a682303fa66bc85c57be47817ea2b1c98f77 /src/cadet/cadet_protocol.h
parent910c86036fb29b8e05f57ffc0cdc5e426c231ca9 (diff)
downloadgnunet-47236bb24d1412aaf3d0ed7da3ff324f8c16d16e.tar.gz
gnunet-47236bb24d1412aaf3d0ed7da3ff324f8c16d16e.zip
-simplifying Cadet KX to directly use EdDSA keys for ECDHE
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'.