pub fn point_from_bytes(bytes: &[u8; 32]) -> Option<EdwardsPoint>
Decompress a 32-byte encoded point. Returns None if the encoding is not a valid point on the curve.
None