pub fn add(
left_ciphertext: &ElGamalCiphertext,
right_ciphertext: &ElGamalCiphertext,
) -> Option<ElGamalCiphertext>
Expand description
Add two ElGamal ciphertexts
pub fn add(
left_ciphertext: &ElGamalCiphertext,
right_ciphertext: &ElGamalCiphertext,
) -> Option<ElGamalCiphertext>
Add two ElGamal ciphertexts