mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-12 00:51:28 +01:00
Delete outdated comment to avoid confusion (#117)
This commit is contained in:
@@ -116,7 +116,6 @@ where
|
|||||||
|lc| lc + x_i.get_variable() + y_i.get_variable(),
|
|lc| lc + x_i.get_variable() + y_i.get_variable(),
|
||||||
);
|
);
|
||||||
|
|
||||||
// return hash(x_i_plus_1, y_i_plus_1) since Nova circuits expect a single output
|
|
||||||
if i == self.seq.len() - 1 {
|
if i == self.seq.len() - 1 {
|
||||||
z_out = Ok(vec![x_i_plus_1.clone(), x_i.clone()]);
|
z_out = Ok(vec![x_i_plus_1.clone(), x_i.clone()]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user