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