[][src]Function sapling_crypto_ce::circuit::polynomial_lookup::generate_powers

pub fn generate_powers<E: Engine, CS>(
    cs: CS,
    base: &AllocatedNum<E>,
    num_powers: usize
) -> Result<Vec<AllocatedNum<E>>, SynthesisError> where
    CS: ConstraintSystem<E>,