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

Add a constant amount to a ciphertext