mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-10 16:11:29 +01:00
add a TODO.
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user