aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-12 17:49:34 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-12 17:49:34 +0100
commit3522008dfd14f049a821dfba7ba89a27aa27d4aa (patch)
tree09cc48925133f736e48bb2be4f239fb7d6d01950 /src/include/gnunet_revocation_service.h
parent23f8671e09a80bf722c3268e8d477b5ce5e3d76a (diff)
parente11d1e59e4ae5f7d89c33df3ae9ca8f1ece990cf (diff)
downloadgnunet-3522008dfd14f049a821dfba7ba89a27aa27d4aa.tar.gz
gnunet-3522008dfd14f049a821dfba7ba89a27aa27d4aa.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 18c1f2674..d56116914 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -95,7 +95,7 @@ struct GNUNET_REVOCATION_PowP
95/** 95/**
96 * The signature object we use for the PoW 96 * The signature object we use for the PoW
97 */ 97 */
98struct GNUNET_REVOCATION_EcdsaSignaturePurposePS 98struct GNUNET_REVOCATION_SignaturePurposePS
99{ 99{
100 /** 100 /**
101 * The signature purpose 101 * The signature purpose
@@ -103,19 +103,11 @@ struct GNUNET_REVOCATION_EcdsaSignaturePurposePS
103 struct GNUNET_CRYPTO_EccSignaturePurpose purpose; 103 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
104 104
105 /** 105 /**
106 * Type of the key
107 */
108 uint32_t ktype;
109
110 /**
111 * The revoked public key
112 */
113 struct GNUNET_CRYPTO_EcdsaPublicKey key;
114
115 /**
116 * The timestamp of the revocation 106 * The timestamp of the revocation
117 */ 107 */
118 struct GNUNET_TIME_AbsoluteNBO timestamp; 108 struct GNUNET_TIME_AbsoluteNBO timestamp;
109
110 /** Followed by the zone public key type and key **/
119}; 111};
120 112
121GNUNET_NETWORK_STRUCT_END 113GNUNET_NETWORK_STRUCT_END