Revoke key. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/revocation/revocation.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE. More... | |
uint32_t | pow_size |
Length of PoW with signature. More... | |
Revoke key.
These messages are exchanged between peers (during flooding) but also sent by the client to the service. When the client sends it to the service, the message is answered by a GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE (which is just in a struct GNUNET_MessageHeader
.
Definition at line 79 of file revocation.h.
struct GNUNET_MessageHeader RevokeMessage::header |
Type: GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE.
Definition at line 84 of file revocation.h.
Referenced by check_p2p_revoke(), check_revoke_message(), and publicize_rm().
uint32_t RevokeMessage::pow_size |
Length of PoW with signature.
Definition at line 89 of file revocation.h.
Referenced by block_plugin_revocation_check_block(), block_plugin_revocation_get_key(), do_flood(), and GNUNET_REVOCATION_revoke().