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

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