pub fn multiply(
    scalar: &PodScalar,
    ciphertext: &ElGamalCiphertext
) -> Option<ElGamalCiphertext>
Expand description

Multiply an ElGamal ciphertext by a scalar