halo2_ecc::bigint::scalar_mul_no_carry

Function crt

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