halo2_ecc::bigint::select

Function crt

Source
pub fn crt<F: ScalarField>(
    gate: &impl GateInstructions<F>,
    ctx: &mut Context<F>,
    a: CRTInteger<F>,
    b: CRTInteger<F>,
    sel: AssignedValue<F>,
) -> CRTInteger<F>