Session to cooperatively decrypt a value. More...
Data Fields | |
struct GNUNET_CONSENSUS_Handle * | consensus |
Handle to the consensus over partial decryptions. More... | |
struct ClientState * | cs |
Which client is this for? More... | |
struct GNUNET_TIME_Absolute | start |
When should we start communicating for decryption? More... | |
struct GNUNET_TIME_Absolute | deadline |
When would we like the ciphertext to be decrypted? More... | |
struct GNUNET_SECRETSHARING_Ciphertext | ciphertext |
Ciphertext we want to decrypt. More... | |
struct GNUNET_SECRETSHARING_Share * | share |
Share of the local peer. More... | |
struct DecryptPeerInfo * | info |
State information about other peers. More... | |
Session to cooperatively decrypt a value.
Definition at line 214 of file gnunet-service-secretsharing.c.
struct GNUNET_CONSENSUS_Handle* DecryptSession::consensus |
Handle to the consensus over partial decryptions.
Definition at line 219 of file gnunet-service-secretsharing.c.
struct ClientState* DecryptSession::cs |
Which client is this for?
Definition at line 224 of file gnunet-service-secretsharing.c.
struct GNUNET_TIME_Absolute DecryptSession::start |
When should we start communicating for decryption?
Definition at line 229 of file gnunet-service-secretsharing.c.
struct GNUNET_TIME_Absolute DecryptSession::deadline |
When would we like the ciphertext to be decrypted?
Definition at line 235 of file gnunet-service-secretsharing.c.
struct GNUNET_SECRETSHARING_Ciphertext DecryptSession::ciphertext |
Ciphertext we want to decrypt.
Definition at line 240 of file gnunet-service-secretsharing.c.
Referenced by decrypt_new_element().
struct GNUNET_SECRETSHARING_Share* DecryptSession::share |
Share of the local peer.
Contains other important information, such as the list of other peers.
Definition at line 247 of file gnunet-service-secretsharing.c.
Referenced by decrypt_new_element().
struct DecryptPeerInfo* DecryptSession::info |
State information about other peers.
Definition at line 252 of file gnunet-service-secretsharing.c.
Referenced by decrypt_new_element().