Function simfony_as_rust::jet::elliptic_curve_functions::decompress
source ยท pub fn decompress(a: Point) -> Option<Ge>Expand description
Decompress a point into affine coordinates.
- Return
Noneif the x-coordinate is not on the curve. - Return
Some(ge)even if the x-coordinate is not normalized.