fixed gadget product & related example

This commit is contained in:
Jean-Philippe Bossuat
2025-02-12 16:49:53 +01:00
parent dc2fab9a04
commit 7c25ad2eba
10 changed files with 128 additions and 172 deletions

View File

@@ -48,7 +48,7 @@ impl Ciphertext {
self.0.log_scale
}
pub fn zero(&mut self){
pub fn zero(&mut self) {
self.0.zero()
}