aboutsummaryrefslogtreecommitdiff
path: root/src/abd/abd.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-12-03 22:27:46 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2021-12-03 22:27:46 +0100
commitf236a1f38867f7b5530e64f52502df750630a1bb (patch)
treeff2c3ae208c9d1a198472e2ab80227194c10df28 /src/abd/abd.h
parent0d7bbcd3ab20cf6c259bc6fd3eb5b2c05e7f71d4 (diff)
downloadgnunet-f236a1f38867f7b5530e64f52502df750630a1bb.tar.gz
gnunet-f236a1f38867f7b5530e64f52502df750630a1bb.zip
ABD: Fix build
Diffstat (limited to 'src/abd/abd.h')
-rw-r--r--src/abd/abd.h33
1 files changed, 16 insertions, 17 deletions
diff --git a/src/abd/abd.h b/src/abd/abd.h
index 0af0d43ca..296af71fe 100644
--- a/src/abd/abd.h
+++ b/src/abd/abd.h
@@ -42,12 +42,12 @@ struct CollectMessage
42 /** 42 /**
43 * Subject public key 43 * Subject public key
44 */ 44 */
45 struct GNUNET_CRYPTO_EcdsaPrivateKey subject_key; 45 struct GNUNET_IDENTITY_PrivateKey subject_key;
46 46
47 /** 47 /**
48 * Trust anchor 48 * Trust anchor
49 */ 49 */
50 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; 50 struct GNUNET_IDENTITY_PublicKey issuer_key;
51 51
52 /** 52 /**
53 * Length of the issuer attribute 53 * Length of the issuer attribute
@@ -81,12 +81,12 @@ struct VerifyMessage
81 /** 81 /**
82 * Subject public key 82 * Subject public key
83 */ 83 */
84 struct GNUNET_CRYPTO_EcdsaPublicKey subject_key; 84 struct GNUNET_IDENTITY_PublicKey subject_key;
85 85
86 /** 86 /**
87 * Trust anchor 87 * Trust anchor
88 */ 88 */
89 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; 89 struct GNUNET_IDENTITY_PublicKey issuer_key;
90 90
91 /** 91 /**
92 * Number of delegates 92 * Number of delegates
@@ -170,7 +170,7 @@ struct DelegationRecordData
170 /** 170 /**
171 * Subject key 171 * Subject key
172 */ 172 */
173 struct GNUNET_CRYPTO_EcdsaPublicKey subject_key; 173 struct GNUNET_IDENTITY_PublicKey subject_key;
174 174
175 /** 175 /**
176 * Subject attributes 176 * Subject attributes
@@ -184,12 +184,12 @@ struct ChainEntry
184 /** 184 /**
185 * Issuer key 185 * Issuer key
186 */ 186 */
187 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; 187 struct GNUNET_IDENTITY_PublicKey issuer_key;
188 188
189 /** 189 /**
190 * Subject key 190 * Subject key
191 */ 191 */
192 struct GNUNET_CRYPTO_EcdsaPublicKey subject_key; 192 struct GNUNET_IDENTITY_PublicKey subject_key;
193 193
194 /** 194 /**
195 * Issuer attributes 195 * Issuer attributes
@@ -209,7 +209,7 @@ struct CredentialEntry
209 /** 209 /**
210 * The signature for this credential by the issuer 210 * The signature for this credential by the issuer
211 */ 211 */
212 struct GNUNET_CRYPTO_EcdsaSignature signature; 212 struct GNUNET_IDENTITY_Signature signature;
213 213
214 /** 214 /**
215 * Signature meta 215 * Signature meta
@@ -219,12 +219,12 @@ struct CredentialEntry
219 /** 219 /**
220 * Public key of the issuer 220 * Public key of the issuer
221 */ 221 */
222 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; 222 struct GNUNET_IDENTITY_PublicKey issuer_key;
223 223
224 /** 224 /**
225 * Public key of the subject this credential was issued to 225 * Public key of the subject this credential was issued to
226 */ 226 */
227 struct GNUNET_CRYPTO_EcdsaPublicKey subject_key; 227 struct GNUNET_IDENTITY_PublicKey subject_key;
228 228
229 /** 229 /**
230 * Expiration time of this credential 230 * Expiration time of this credential
@@ -243,26 +243,25 @@ struct CredentialEntry
243 243
244struct DelegateEntry 244struct DelegateEntry
245{ 245{
246
247 /** 246 /**
248 * Signature meta 247 * The signature for this credential by the issuer
249 */ 248 */
250 struct GNUNET_CRYPTO_EccSignaturePurpose purpose; 249 struct GNUNET_IDENTITY_Signature signature;
251 250
252 /** 251 /**
253 * The signature for this credential by the issuer 252 * Signature meta
254 */ 253 */
255 struct GNUNET_CRYPTO_EcdsaSignature signature; 254 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
256 255
257 /** 256 /**
258 * Public key of the issuer 257 * Public key of the issuer
259 */ 258 */
260 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; 259 struct GNUNET_IDENTITY_PublicKey issuer_key;
261 260
262 /** 261 /**
263 * Public key of the subject this credential was issued to 262 * Public key of the subject this credential was issued to
264 */ 263 */
265 struct GNUNET_CRYPTO_EcdsaPublicKey subject_key; 264 struct GNUNET_IDENTITY_PublicKey subject_key;
266 265
267 /** 266 /**
268 * Expiration time of this credential 267 * Expiration time of this credential