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