GNUnet 0.21.2
GNUNET_SECRETSHARING_DecryptRequestMessage Struct Reference

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

Collaboration diagram for GNUNET_SECRETSHARING_DecryptRequestMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_DECRYPT_REQUEST. More...
 
struct GNUNET_TIME_AbsoluteNBO start
 Until when should the decryption start? More...
 
struct GNUNET_TIME_AbsoluteNBO deadline
 Until when should the decryption be finished? More...
 
struct GNUNET_SECRETSHARING_Ciphertext ciphertext
 Ciphertext we want to decrypt. More...
 

Detailed Description

Definition at line 129 of file secretsharing.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SECRETSHARING_DecryptRequestMessage::header

Type: GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_DECRYPT_REQUEST.

Definition at line 134 of file secretsharing.h.

◆ start

struct GNUNET_TIME_AbsoluteNBO GNUNET_SECRETSHARING_DecryptRequestMessage::start

Until when should the decryption start?

Definition at line 139 of file secretsharing.h.

◆ deadline

struct GNUNET_TIME_AbsoluteNBO GNUNET_SECRETSHARING_DecryptRequestMessage::deadline

Until when should the decryption be finished?

Definition at line 144 of file secretsharing.h.

Referenced by GNUNET_SECRETSHARING_decrypt().

◆ ciphertext

struct GNUNET_SECRETSHARING_Ciphertext GNUNET_SECRETSHARING_DecryptRequestMessage::ciphertext

Ciphertext we want to decrypt.

Definition at line 149 of file secretsharing.h.

Referenced by GNUNET_SECRETSHARING_decrypt().


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