pub fn compose_encrypted_vote_part(
    ciphertexts: Vec<Ciphertext>,
    proof: ProofOfCorrectVote
) -> Result<(Vec<u8>, Vec<u8>), Box<dyn Error>>
Expand description

compose encrypted vote and proof in bytes