Data Fields | |
uint16_t | threshold |
Threshold for the key this share belongs to. More... | |
uint16_t | num_peers |
Peers that have the share. More... | |
uint16_t | my_peer |
Index of our peer in the list. More... | |
struct GNUNET_SECRETSHARING_PublicKey | public_key |
Public key. More... | |
struct GNUNET_SECRETSHARING_FieldElement | my_share |
Share of 'my_peer'. More... | |
Definition at line 84 of file secretsharing.h.
uint16_t GNUNET_SECRETSHARING_ShareHeaderNBO::threshold |
Threshold for the key this share belongs to.
Definition at line 89 of file secretsharing.h.
uint16_t GNUNET_SECRETSHARING_ShareHeaderNBO::num_peers |
Peers that have the share.
Definition at line 94 of file secretsharing.h.
uint16_t GNUNET_SECRETSHARING_ShareHeaderNBO::my_peer |
Index of our peer in the list.
Definition at line 99 of file secretsharing.h.
struct GNUNET_SECRETSHARING_PublicKey GNUNET_SECRETSHARING_ShareHeaderNBO::public_key |
Public key.
Must correspond to the product of the homomorphic share commitments.
Definition at line 105 of file secretsharing.h.
struct GNUNET_SECRETSHARING_FieldElement GNUNET_SECRETSHARING_ShareHeaderNBO::my_share |
Share of 'my_peer'.
Definition at line 110 of file secretsharing.h.