GNUnet debian-0.24.3-23-g589b01d60
SignResultMessage Struct Reference

Message containing the signature. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/pils/pils.h>

Collaboration diagram for SignResultMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_PILS_SIGN_RESULT. More...
 
struct GNUNET_PeerIdentity peer_id
 The peer identity that produces the signature. More...
 
struct GNUNET_CRYPTO_EddsaSignature sig
 The signature. More...
 
uint32_t rid
 Request ID. More...
 

Detailed Description

Message containing the signature.

Definition at line 184 of file pils.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader SignResultMessage::header

Type: GNUNET_MESSAGE_TYPE_PILS_SIGN_RESULT.

Definition at line 189 of file pils.h.

◆ peer_id

struct GNUNET_PeerIdentity SignResultMessage::peer_id

The peer identity that produces the signature.

Definition at line 194 of file pils.h.

Referenced by handle_sign().

◆ sig

struct GNUNET_CRYPTO_EddsaSignature SignResultMessage::sig

The signature.

Definition at line 199 of file pils.h.

Referenced by handle_sign().

◆ rid

uint32_t SignResultMessage::rid

Request ID.

Definition at line 204 of file pils.h.

Referenced by handle_sign().


The documentation for this struct was generated from the following file: