pub fn multiply_ristretto(
    scalar: &PodScalar,
    point: &PodRistrettoPoint
) -> Option<PodRistrettoPoint>