Skip to main content

parse_projective_point

Function parse_projective_point 

Source
fn parse_projective_point(
    x: &U256,
    y: &U256,
    z: &U256,
    name: &str,
) -> Result<ProjectivePoint>