Function cryptoballot::decrypt_vote[][src]

pub fn decrypt_vote(
    encrypted_vote: &Ciphertext,
    trustees_threshold: u8,
    trustees: &[Trustee],
    pubkeys: &[KeyGenPublicKeyTransaction],
    partials: &[PartialDecryptionTransaction]
) -> Result<Vec<u8>, ValidationError>
Expand description

Decrypt the vote from the given partial decryptions.