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