|
CiFEr
|
Data Fields | |
| size_t | idx |
| cfe_damgard_multi | scheme |
| mpz_t | client_pub_key |
| mpz_t | client_sec_key |
| cfe_mat | share |
cfe_damgard_dec_multi_client represents a client in a decentralized multi input variant of the underlying Damgard scheme. Each client has an identification idx, a Diffie-Hellman type of public and secret key and a secret share. It is implicitly assumed that if there are n clients, their idxs are in [0,n).
1.8.17