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. | |
| struct GNUNET_TIME_RelativeNBO | ttl |
| The TTL of this revocation (purely informational) | |
| uint64_t | pow [32] |
| The PoWs. | |
Struct for a proof of work as part of the revocation.
Definition at line 884 of file gnunet_gnsrecord_lib.h.
| struct GNUNET_TIME_AbsoluteNBO GNUNET_GNSRECORD_PowP::timestamp |
The timestamp of the revocation.
Definition at line 889 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 894 of file gnunet_gnsrecord_lib.h.
| uint64_t GNUNET_GNSRECORD_PowP::pow[32] |
The PoWs.
Definition at line 899 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().