pub fn subtract_from(
    ciphertext: &ElGamalCiphertext,
    amount: u64
) -> Option<ElGamalCiphertext>
Expand description

Subtract a constant amount to a ciphertext