Function secure_survey::decrypt_vec

source ·
pub fn decrypt_vec(
    dk: &DecryptionKey,
    ct: &EncodedCiphertext<Vec<u64>>
) -> Vec<u64>