mirror of
https://github.com/exfinen/zk-toolkit.git
synced 2026-01-09 12:07:57 -05:00
wip
This commit is contained in:
@@ -170,7 +170,6 @@ impl PinocchioProver {
|
||||
for wi in &self.wi {
|
||||
w = &w + wi
|
||||
}
|
||||
let delta_y = Polynomial::new(f, &vec![delta_y.clone()]);
|
||||
&self.p + &(&(&self.t * &w) * delta_v) - &(&self.t * delta_y)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user