mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 08:13:11 +00:00
Update plonky2/src/plonk/validate_shape.rs
Co-authored-by: wborgeaud <williamborgeaud@gmail.com>
This commit is contained in:
parent
786826487c
commit
74ab741057
@ -60,7 +60,9 @@ where
|
||||
ensure!(openings.wires.len() == config.num_wires);
|
||||
ensure!(openings.plonk_zs.len() == config.num_challenges);
|
||||
ensure!(openings.plonk_zs_next.len() == config.num_challenges);
|
||||
ensure!(openings.partial_products.len() == common_data.num_partial_products);
|
||||
ensure!(
|
||||
openings.partial_products.len() == config.num_challenges * common_data.num_partial_products
|
||||
);
|
||||
ensure!(openings.quotient_polys.len() == common_data.num_quotient_polys());
|
||||
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user