Function get_y

Source
pub fn get_y<G: SWCurveConfig>(x: G::BaseField) -> Option<G::BaseField>
Expand description

returns the y-coordinate if x is a valid point on the curve, otherwise None TODO: what about sign?