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

pub fn do_the_lookup<E: Engine, CS>(
    cs: CS,
    coeffs: &[E::Fr],
    bases: &[AllocatedNum<E>]
) -> Result<AllocatedNum<E>, SynthesisError> where
    CS: ConstraintSystem<E>,