Struct for a proof of work as part of the revocation. More...
#include <gnunet_gnsrecord_lib.h>
Data Fields | |
struct GNUNET_TIME_AbsoluteNBO | timestamp |
The timestamp of the revocation. More... | |
struct GNUNET_TIME_RelativeNBO | ttl |
The TTL of this revocation (purely informational) More... | |
uint64_t | pow [32] |
The PoWs. More... | |
Struct for a proof of work as part of the revocation.
Definition at line 880 of file gnunet_gnsrecord_lib.h.
struct GNUNET_TIME_AbsoluteNBO GNUNET_GNSRECORD_PowP::timestamp |
The timestamp of the revocation.
Definition at line 885 of file gnunet_gnsrecord_lib.h.
Referenced by GNR_create_signature_message(), GNUNET_GNSRECORD_check_pow(), and sign_pow_identity().
struct GNUNET_TIME_RelativeNBO GNUNET_GNSRECORD_PowP::ttl |
The TTL of this revocation (purely informational)
Definition at line 890 of file gnunet_gnsrecord_lib.h.
uint64_t GNUNET_GNSRECORD_PowP::pow[32] |
The PoWs.
Definition at line 895 of file gnunet_gnsrecord_lib.h.
Referenced by block_plugin_revocation_check_block(), block_plugin_revocation_get_key(), GNUNET_GNSRECORD_check_pow(), publicize_rm(), run(), run_with_key(), and verify_revoke_message().