mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
cargo fmt
This commit is contained in:
parent
53252af4ba
commit
ffaa9587fe
@ -120,9 +120,7 @@ impl WirePartitions {
|
||||
.map(|chunk| {
|
||||
let values = chunk
|
||||
.par_iter()
|
||||
.map(|&x| {
|
||||
k_is[x / degree] * subgroup_generator.exp_usize(x % degree)
|
||||
})
|
||||
.map(|&x| k_is[x / degree] * subgroup_generator.exp_usize(x % degree))
|
||||
.collect::<Vec<_>>();
|
||||
PolynomialValues::new(values)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user