Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_GENERATE. More... | |
struct GNUNET_HashCode | session_id |
Session ID, will be used for consensus. More... | |
struct GNUNET_TIME_AbsoluteNBO | start |
Start time for communication with the other peers. More... | |
struct GNUNET_TIME_AbsoluteNBO | deadline |
Deadline for the establishment of the crypto system. More... | |
uint16_t | threshold |
Minimum number of cooperating peers to decrypt a value. More... | |
uint16_t | num_peers |
Number of peers at the end of this message. More... | |
Definition at line 47 of file secretsharing.h.
struct GNUNET_MessageHeader GNUNET_SECRETSHARING_CreateMessage::header |
Type: GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_GENERATE.
Definition at line 52 of file secretsharing.h.
struct GNUNET_HashCode GNUNET_SECRETSHARING_CreateMessage::session_id |
Session ID, will be used for consensus.
Definition at line 57 of file secretsharing.h.
Referenced by GNUNET_SECRETSHARING_create_session().
struct GNUNET_TIME_AbsoluteNBO GNUNET_SECRETSHARING_CreateMessage::start |
Start time for communication with the other peers.
Definition at line 62 of file secretsharing.h.
struct GNUNET_TIME_AbsoluteNBO GNUNET_SECRETSHARING_CreateMessage::deadline |
Deadline for the establishment of the crypto system.
Definition at line 67 of file secretsharing.h.
Referenced by GNUNET_SECRETSHARING_create_session().
uint16_t GNUNET_SECRETSHARING_CreateMessage::threshold |
Minimum number of cooperating peers to decrypt a value.
Definition at line 73 of file secretsharing.h.
Referenced by GNUNET_SECRETSHARING_create_session().
uint16_t GNUNET_SECRETSHARING_CreateMessage::num_peers |
Number of peers at the end of this message.
Definition at line 78 of file secretsharing.h.