pub fn decompress(a: Point) -> Option<Ge>
Expand description
Decompress a point into affine coordinates.
- Return
None
if the x-coordinate is not on the curve. - Return
Some(ge)
even if the x-coordinate is not normalized.
ยงCost
10861 mWU (milli weight units)