mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-12 00:51:27 +01:00
more parallelization
This commit is contained in:
@@ -76,7 +76,7 @@ where
|
||||
.collect();
|
||||
|
||||
let selector_commitments = selector_oracles
|
||||
.iter()
|
||||
.par_iter()
|
||||
.map(|poly| PCS::commit(&pcs_prover_param, poly))
|
||||
.collect::<Result<Vec<_>, _>>()?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user