Data Fields | |
struct GNUNET_CRYPTO_PaillierCiphertext | c |
char | h [GNUNET_SECRETSHARING_ELGAMAL_BITS/8] |
h = g^x, where x is the fairly encrypted secret. More... | |
char | t1 [GNUNET_SECRETSHARING_ELGAMAL_BITS/8] |
char | t2 [GNUNET_CRYPTO_PAILLIER_BITS *2/8] |
char | z [GNUNET_SECRETSHARING_ELGAMAL_BITS/8] |
char | w [GNUNET_CRYPTO_PAILLIER_BITS/8] |
Definition at line 132 of file secretsharing_protocol.h.
struct GNUNET_CRYPTO_PaillierCiphertext GNUNET_SECRETSHARING_FairEncryption::c |
Definition at line 134 of file secretsharing_protocol.h.
Referenced by encrypt_fair(), get_fair_encryption_challenge(), keygen_round2_new_element(), and verify_fair().
char GNUNET_SECRETSHARING_FairEncryption::h[GNUNET_SECRETSHARING_ELGAMAL_BITS/8] |
h = g^x, where x is the fairly encrypted secret.
Definition at line 138 of file secretsharing_protocol.h.
Referenced by encrypt_fair(), get_fair_encryption_challenge(), keygen_reveal_get_exp_preshare(), and verify_fair().
char GNUNET_SECRETSHARING_FairEncryption::t1[GNUNET_SECRETSHARING_ELGAMAL_BITS/8] |
Definition at line 139 of file secretsharing_protocol.h.
Referenced by encrypt_fair(), get_fair_encryption_challenge(), and verify_fair().
char GNUNET_SECRETSHARING_FairEncryption::t2[GNUNET_CRYPTO_PAILLIER_BITS *2/8] |
Definition at line 140 of file secretsharing_protocol.h.
Referenced by encrypt_fair(), get_fair_encryption_challenge(), and verify_fair().
char GNUNET_SECRETSHARING_FairEncryption::z[GNUNET_SECRETSHARING_ELGAMAL_BITS/8] |
Definition at line 141 of file secretsharing_protocol.h.
Referenced by encrypt_fair(), and verify_fair().
char GNUNET_SECRETSHARING_FairEncryption::w[GNUNET_CRYPTO_PAILLIER_BITS/8] |
Definition at line 142 of file secretsharing_protocol.h.
Referenced by encrypt_fair(), and verify_fair().