aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-18 19:46:44 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-18 19:46:44 +0200
commitf00c18e631ce8bdaf80d20f236ef275c9cb99291 (patch)
tree7926acf614e631febcbd5c99243d9c00edd2fbc2 /src/revocation/revocation.h
parent91cccda131a12be139d50effe4657c6b24e36135 (diff)
downloadgnunet-f00c18e631ce8bdaf80d20f236ef275c9cb99291.tar.gz
gnunet-f00c18e631ce8bdaf80d20f236ef275c9cb99291.zip
simplify pow even more; add timestamp to revocation pow
Diffstat (limited to 'src/revocation/revocation.h')
-rw-r--r--src/revocation/revocation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index b6e7a07ec..184f58e0a 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -89,6 +89,11 @@ struct RevokeMessage
89 uint32_t reserved GNUNET_PACKED; 89 uint32_t reserved GNUNET_PACKED;
90 90
91 /** 91 /**
92 * Timestamp
93 */
94 struct GNUNET_TIME_AbsoluteNBO ts;
95
96 /**
92 * Number that causes a hash collision with the @e public_key. 97 * Number that causes a hash collision with the @e public_key.
93 */ 98 */
94 uint64_t proof_of_work GNUNET_PACKED; 99 uint64_t proof_of_work GNUNET_PACKED;