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