messages for key revocation More...
Go to the source code of this file.
Data Structures | |
struct | QueryMessage |
Query key revocation status. More... | |
struct | QueryResponseMessage |
Key revocation response. More... | |
struct | RevokeMessage |
Revoke key. More... | |
struct | RevocationResponseMessage |
Key revocation response. More... | |
Functions | |
GNUNET_NETWORK_STRUCT_END struct GNUNET_REVOCATION_SignaturePurposePS * | REV_create_signature_message (const struct GNUNET_REVOCATION_PowP *pow) |
Create the revocation metadata to sign for a revocation message. More... | |
messages for key revocation
Definition in file revocation.h.
GNUNET_NETWORK_STRUCT_END struct GNUNET_REVOCATION_SignaturePurposePS* REV_create_signature_message | ( | const struct GNUNET_REVOCATION_PowP * | pow | ) |
Create the revocation metadata to sign for a revocation message.
pow | the PoW to sign |
Definition at line 406 of file revocation_api.c.
Referenced by run_with_key().