Data Fields | |
struct GNUNET_CRYPTO_EddsaSignature | signature |
Signature over rest of the message. More... | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
struct GNUNET_PeerIdentity | peer |
Peer that inserts this element. More... | |
Definition at line 69 of file secretsharing_protocol.h.
struct GNUNET_CRYPTO_EddsaSignature GNUNET_SECRETSHARING_KeygenRevealData::signature |
Signature over rest of the message.
Definition at line 74 of file secretsharing_protocol.h.
struct GNUNET_CRYPTO_EccSignaturePurpose GNUNET_SECRETSHARING_KeygenRevealData::purpose |
Definition at line 78 of file secretsharing_protocol.h.
Referenced by keygen_round2_new_element().
struct GNUNET_PeerIdentity GNUNET_SECRETSHARING_KeygenRevealData::peer |
Peer that inserts this element.
Definition at line 82 of file secretsharing_protocol.h.