pub fn multiply_edwards(
    scalar: &PodScalar,
    point: &PodEdwardsPoint
) -> Option<PodEdwardsPoint>