pub fn read_torsion_free_point<R: Read>(r: &mut R) -> Result<EdwardsPoint>
Expand description
Read a canonically-encoded Ed25519 point, within the prime-order subgroup.
pub fn read_torsion_free_point<R: Read>(r: &mut R) -> Result<EdwardsPoint>
Read a canonically-encoded Ed25519 point, within the prime-order subgroup.