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