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... | |
Definition at line 129 of file secretsharing.h.
struct GNUNET_MessageHeader GNUNET_SECRETSHARING_DecryptRequestMessage::header |
Type: GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_DECRYPT_REQUEST.
Definition at line 134 of file secretsharing.h.
struct GNUNET_TIME_AbsoluteNBO GNUNET_SECRETSHARING_DecryptRequestMessage::start |
Until when should the decryption start?
Definition at line 139 of file secretsharing.h.
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().
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().