aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/secretsharing_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/secretsharing/secretsharing_protocol.h')
-rw-r--r--src/secretsharing/secretsharing_protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/secretsharing/secretsharing_protocol.h b/src/secretsharing/secretsharing_protocol.h
index d43d1cee5..d4aaecb6c 100644
--- a/src/secretsharing/secretsharing_protocol.h
+++ b/src/secretsharing/secretsharing_protocol.h
@@ -122,7 +122,7 @@ struct GNUNET_SECRETSHARING_DecryptData
122 */ 122 */
123 struct GNUNET_SECRETSHARING_FieldElement nizk_commit2; 123 struct GNUNET_SECRETSHARING_FieldElement nizk_commit2;
124 /** 124 /**
125 * Reponse to the challenge computed from the protocol transcript. 125 * Response to the challenge computed from the protocol transcript.
126 * r = \beta + challenge \cdot share_i 126 * r = \beta + challenge \cdot share_i
127 */ 127 */
128 struct GNUNET_SECRETSHARING_FieldElement nizk_response; 128 struct GNUNET_SECRETSHARING_FieldElement nizk_response;
@@ -133,7 +133,7 @@ struct GNUNET_SECRETSHARING_FairEncryption
133{ 133{
134 struct GNUNET_CRYPTO_PaillierCiphertext c; 134 struct GNUNET_CRYPTO_PaillierCiphertext c;
135 /** 135 /**
136 * h = g^x, where x is the fairly encrypte secret. 136 * h = g^x, where x is the fairly encrypted secret.
137 */ 137 */
138 char h[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8]; 138 char h[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8];
139 char t1[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8]; 139 char t1[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8];