pub fn write_point<W>(point: &EdwardsPoint, w: &mut W) -> Result<(), Error>where W: Write,
Write a point.