GNUnet 0.21.1
GNUNET_SECRETSHARING_DecryptResponseMessage Struct Reference

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/secretsharing/secretsharing.h>

Collaboration diagram for GNUNET_SECRETSHARING_DecryptResponseMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_DECRYPT_DONE. More...
 
uint32_t success
 Zero if decryption failed, non-zero if decryption succeeded. More...
 
struct GNUNET_SECRETSHARING_FieldElement plaintext
 Decrypted plaintext. More...
 

Detailed Description

Definition at line 155 of file secretsharing.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SECRETSHARING_DecryptResponseMessage::header

◆ success

uint32_t GNUNET_SECRETSHARING_DecryptResponseMessage::success

Zero if decryption failed, non-zero if decryption succeeded.

If the decryption failed, plaintext is also zero.

Definition at line 166 of file secretsharing.h.

◆ plaintext

struct GNUNET_SECRETSHARING_FieldElement GNUNET_SECRETSHARING_DecryptResponseMessage::plaintext

Decrypted plaintext.

Definition at line 171 of file secretsharing.h.


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