pub fn encrypt_vec_with_keys(
    nums: &Vec<u64>,
    eks: &[UserEncryptionKey]
) -> Vec<UserVecCipher>