mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
wip on gadget product
This commit is contained in:
@@ -90,6 +90,10 @@ impl Elem {
|
||||
assert!(i <= self.degree());
|
||||
&mut self.value[i]
|
||||
}
|
||||
|
||||
pub fn zero(&mut self){
|
||||
self.value.iter_mut().for_each(|i| i.zero());
|
||||
}
|
||||
}
|
||||
|
||||
impl Parameters {
|
||||
|
||||
Reference in New Issue
Block a user