Decryption_Trustee¶Decryption_Trustee_new(uint32_t num_trustees, uint32_t threshold, uint32_t num_selections, struct trustee_state state)¶Create a new trustee.
Does not free the trustee state.
Decryption_Trustee_new_r¶Decryption_Trustee_free(Decryption_Trustee d)¶Free a trustee.
Decryption_Trustee_tally_voting_record(Decryption_Trustee d, FILE * in)¶Parse a voting record, tally it, and store the encrypted tally of all the votes.
Decryption_Trustee_compute_fragments(Decryption_Trustee d, struct decryption_fragments_request req)¶Decrypt this trustee’s fragment of another trustee’s share of the tally.
Decryption_Trustee_compute_fragments_r¶