aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/abd/abd.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/abd/abd.h b/src/abd/abd.h
index 296af71fe..61210b3f7 100644
--- a/src/abd/abd.h
+++ b/src/abd/abd.h
@@ -203,44 +203,6 @@ struct ChainEntry
203}; 203};
204 204
205 205
206struct CredentialEntry
207{
208
209 /**
210 * The signature for this credential by the issuer
211 */
212 struct GNUNET_IDENTITY_Signature signature;
213
214 /**
215 * Signature meta
216 */
217 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
218
219 /**
220 * Public key of the issuer
221 */
222 struct GNUNET_IDENTITY_PublicKey issuer_key;
223
224 /**
225 * Public key of the subject this credential was issued to
226 */
227 struct GNUNET_IDENTITY_PublicKey subject_key;
228
229 /**
230 * Expiration time of this credential
231 */
232 uint64_t expiration GNUNET_PACKED;
233
234 /**
235 * Issuer attribute length
236 */
237 uint32_t issuer_attribute_len;
238
239 /**
240 * Followed by the attribute string
241 */
242};
243
244struct DelegateEntry 206struct DelegateEntry
245{ 207{
246 /** 208 /**