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