aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.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/identity/identity.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/identity/identity.h')
-rw-r--r--src/identity/identity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 5e965b2c7..206f08f2a 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -81,7 +81,7 @@ struct GNUNET_IDENTITY_UpdateMessage
81 /** 81 /**
82 * The private key 82 * The private key
83 */ 83 */
84 struct GNUNET_CRYPTO_EccPrivateKey private_key; 84 struct GNUNET_CRYPTO_EcdsaPrivateKey private_key;
85 85
86 /* followed by 0-terminated identity name */ 86 /* followed by 0-terminated identity name */
87 87
@@ -140,7 +140,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
140 /** 140 /**
141 * The private key 141 * The private key
142 */ 142 */
143 struct GNUNET_CRYPTO_EccPrivateKey private_key; 143 struct GNUNET_CRYPTO_EcdsaPrivateKey private_key;
144 144
145 /* followed by 0-terminated service name */ 145 /* followed by 0-terminated service name */
146 146
@@ -171,7 +171,7 @@ struct GNUNET_IDENTITY_CreateRequestMessage
171 /** 171 /**
172 * The private key 172 * The private key
173 */ 173 */
174 struct GNUNET_CRYPTO_EccPrivateKey private_key; 174 struct GNUNET_CRYPTO_EcdsaPrivateKey private_key;
175 175
176 /* followed by 0-terminated identity name */ 176 /* followed by 0-terminated identity name */
177 177