pub fn subtract(
    ct_0: &ElGamalCiphertext,
    ct_1: &ElGamalCiphertext
) -> Option<ElGamalCiphertext>