Skip to main content

point_from_bytes

Function point_from_bytes 

Source
pub fn point_from_bytes(bytes: &[u8; 32]) -> Option<EdwardsPoint>
Expand description

Decompress a 32-byte encoded point. Returns None if the encoding is not a valid point on the curve.