Function halo2_ecc::ecc::ec_select_by_indicator
source · [−]pub fn ec_select_by_indicator<F: PrimeField, FC, Pt>(
chip: &FC,
ctx: &mut Context<F>,
points: &[Pt],
coeffs: &[AssignedValue<F>]
) -> EcPoint<F, FC::FieldPoint>where
FC: FieldChip<F> + Selectable<F, FC::FieldPoint>,
Pt: Into<EcPoint<F, FC::FieldPoint>> + Clone,