aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/multicast.h')
-rw-r--r--src/multicast/multicast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multicast/multicast.h b/src/multicast/multicast.h
index 3257af1a4..88cb2d99e 100644
--- a/src/multicast/multicast.h
+++ b/src/multicast/multicast.h
@@ -156,7 +156,7 @@ struct MulticastOriginStartMessage
156 /** 156 /**
157 * Private, non-ephemeral key for the mutlicast group. 157 * Private, non-ephemeral key for the mutlicast group.
158 */ 158 */
159 struct GNUNET_CRYPTO_EccPrivateKey group_key; 159 struct GNUNET_CRYPTO_EddsaPrivateKey group_key;
160 160
161 /** 161 /**
162 * Last fragment ID, used to continue counting fragments if we resume operating 162 * Last fragment ID, used to continue counting fragments if we resume operating
@@ -222,12 +222,12 @@ struct MulticastJoinMessage
222 /** 222 /**
223 * Public non-ephemeral key of the mutlicast group. 223 * Public non-ephemeral key of the mutlicast group.
224 */ 224 */
225 struct GNUNET_CRYPTO_EccPublicSignKey group_key; 225 struct GNUNET_CRYPTO_EddsaPublicKey group_key;
226 226
227 /** 227 /**
228 * Our private key for the group. 228 * Our private key for the group.
229 */ 229 */
230 struct GNUNET_CRYPTO_EccPrivateKey member_key; 230 struct GNUNET_CRYPTO_EddsaPrivateKey member_key;
231 231
232 /* followed by 'relay_count' `struct GNUNET_PeerIdentity`s */ 232 /* followed by 'relay_count' `struct GNUNET_PeerIdentity`s */
233 233