aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
commit9351b1e9bdf2b067b6db06562c26ba658cff42b8 (patch)
tree68dc4ab447e7e8b6a20a706858cd36238c1c7c5f /src/include/gnunet_hello_lib.h
parent8beabcd96c0cf1e1873c0b5ff96e537f1beb0b34 (diff)
downloadgnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.tar.gz
gnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.zip
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index 901aa4f24..609cb2822 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -198,7 +198,7 @@ typedef size_t (*GNUNET_HELLO_GenerateAddressListCallback) (void *cls,
198 * @return the hello message 198 * @return the hello message
199 */ 199 */
200struct GNUNET_HELLO_Message * 200struct GNUNET_HELLO_Message *
201GNUNET_HELLO_create (const struct GNUNET_CRYPTO_EccPublicSignKey *publicKey, 201GNUNET_HELLO_create (const struct GNUNET_CRYPTO_EddsaPublicKey *publicKey,
202 GNUNET_HELLO_GenerateAddressListCallback addrgen, 202 GNUNET_HELLO_GenerateAddressListCallback addrgen,
203 void *addrgen_cls, 203 void *addrgen_cls,
204 int friend_only); 204 int friend_only);
@@ -325,7 +325,7 @@ GNUNET_HELLO_iterate_new_addresses (const struct GNUNET_HELLO_Message
325 */ 325 */
326int 326int
327GNUNET_HELLO_get_key (const struct GNUNET_HELLO_Message *hello, 327GNUNET_HELLO_get_key (const struct GNUNET_HELLO_Message *hello,
328 struct GNUNET_CRYPTO_EccPublicSignKey *publicKey); 328 struct GNUNET_CRYPTO_EddsaPublicKey *publicKey);
329 329
330 330
331/** 331/**
@@ -378,7 +378,7 @@ GNUNET_HELLO_compose_uri (const struct GNUNET_HELLO_Message *hello,
378 */ 378 */
379int 379int
380GNUNET_HELLO_parse_uri (const char *uri, 380GNUNET_HELLO_parse_uri (const char *uri,
381 struct GNUNET_CRYPTO_EccPublicSignKey *pubkey, 381 struct GNUNET_CRYPTO_EddsaPublicKey *pubkey,
382 struct GNUNET_HELLO_Message **hello, 382 struct GNUNET_HELLO_Message **hello,
383 GNUNET_HELLO_TransportPluginsFind plugins_find); 383 GNUNET_HELLO_TransportPluginsFind plugins_find);
384 384