add a TODO.

This commit is contained in:
MRain
2022-09-06 10:13:35 -04:00
parent acb4b23d45
commit 85b36ca39f

View File

@@ -223,6 +223,7 @@ where
// transcript
// =======================================================================
let step = start_timer!(|| "commit witnesses");
// TODO(Chengyu): update `merge_polynomials` method in jellyfish repo.
let w_merged = Rc::new(merge_polynomials(&witness_polys)?);
if w_merged.num_vars != merged_nv {
return Err(HyperPlonkErrors::InvalidParameters(format!(