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