pub fn multiply(
scalar: &PodScalar,
ciphertext: &ElGamalCiphertext,
) -> Option<ElGamalCiphertext>
Expand description
Multiply an ElGamal ciphertext by a scalar
pub fn multiply(
scalar: &PodScalar,
ciphertext: &ElGamalCiphertext,
) -> Option<ElGamalCiphertext>
Multiply an ElGamal ciphertext by a scalar