pub fn add_edwards(
left_point: &PodEdwardsPoint,
right_point: &PodEdwardsPoint
) -> Option<PodEdwardsPoint>