Function ring::ec::suite_b::verify_affine_point_is_on_the_curve

source ยท
fn verify_affine_point_is_on_the_curve(
    ops: &CommonOps,
    (x, y): (&Elem<Q, R>, &Elem<Q, R>),
) -> Result<(), Unspecified>