read_compressed_point

Function read_compressed_point 

Source
pub fn read_compressed_point<R: Read>(r: &mut R) -> Result<CompressedEdwardsY>
Expand description

Read a CompressedEdwardsY without checking if this point can be decompressed.