Function secure_survey::encrypt_vec

source ·
pub fn encrypt_vec(
    ek: &EncryptionKey,
    nums: &Vec<u64>
) -> EncodedCiphertext<Vec<u64>>