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