halo2_ecc::ecc

Function load_random_point

Source
pub fn load_random_point<F, FC, C>(
    chip: &FC,
    ctx: &mut Context<F>,
) -> EcPoint<F, FC::FieldPoint>
where F: BigPrimeField, FC: FieldChip<F>, C: CurveAffineExt<Base = FC::FieldType>,