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.
pub fn read_compressed_point<R: Read>(r: &mut R) -> Result<CompressedEdwardsY>
Read a CompressedEdwardsY
without checking if this point can be decompressed.