Data of then element put in consensus for decrypting a value. More...
Data Fields | |
| struct GNUNET_CRYPTO_EddsaSignature | signature |
| struct GNUNET_CRYPTO_SignaturePurpose | purpose |
| struct GNUNET_SECRETSHARING_Ciphertext | ciphertext |
| Ciphertext we want to decrypt. | |
| struct GNUNET_PeerIdentity | peer |
| Peer that inserts this element. | |
| struct GNUNET_SECRETSHARING_FieldElement | partial_decryption |
| Partial decryption, computed as | |
| struct GNUNET_SECRETSHARING_FieldElement | nizk_commit1 |
| Commitment for the non-interactive zero knowledge proof. | |
| struct GNUNET_SECRETSHARING_FieldElement | nizk_commit2 |
| Commitment for the non-interactive zero knowledge proof. | |
| struct GNUNET_SECRETSHARING_FieldElement | nizk_response |
| Response to the challenge computed from the protocol transcript. | |
Data of then element put in consensus for decrypting a value.
Definition at line 92 of file secretsharing_protocol.h.
| struct GNUNET_CRYPTO_EddsaSignature GNUNET_SECRETSHARING_DecryptData::signature |
Definition at line 97 of file secretsharing_protocol.h.
| struct GNUNET_CRYPTO_SignaturePurpose GNUNET_SECRETSHARING_DecryptData::purpose |
Definition at line 101 of file secretsharing_protocol.h.
Referenced by insert_decrypt_element().
| struct GNUNET_SECRETSHARING_Ciphertext GNUNET_SECRETSHARING_DecryptData::ciphertext |
Ciphertext we want to decrypt.
Definition at line 105 of file secretsharing_protocol.h.
Referenced by insert_decrypt_element().
| struct GNUNET_PeerIdentity GNUNET_SECRETSHARING_DecryptData::peer |
Peer that inserts this element.
Definition at line 109 of file secretsharing_protocol.h.
| struct GNUNET_SECRETSHARING_FieldElement GNUNET_SECRETSHARING_DecryptData::partial_decryption |
Partial decryption, computed as 
Definition at line 113 of file secretsharing_protocol.h.
| struct GNUNET_SECRETSHARING_FieldElement GNUNET_SECRETSHARING_DecryptData::nizk_commit1 |
Commitment for the non-interactive zero knowledge proof.


Definition at line 118 of file secretsharing_protocol.h.
| struct GNUNET_SECRETSHARING_FieldElement GNUNET_SECRETSHARING_DecryptData::nizk_commit2 |
Commitment for the non-interactive zero knowledge proof.


Definition at line 123 of file secretsharing_protocol.h.
| struct GNUNET_SECRETSHARING_FieldElement GNUNET_SECRETSHARING_DecryptData::nizk_response |
Response to the challenge computed from the protocol transcript.

Definition at line 128 of file secretsharing_protocol.h.
Referenced by insert_decrypt_element().