pub fn compute_with_opts(
    moduli: Vec<Integer>,
    options: &ComputeOptions
) -> Result<Vec<Option<Integer>>, ComputeError>
Expand description

Same as compute(), but accepts additional compute options argument.