mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
fmt
This commit is contained in:
parent
fe843db57f
commit
f7607dddd4
@ -345,8 +345,16 @@ impl<F: Field, const CHUNK_SIZE: usize> SimpleGenerator<F> for PermutationGenera
|
||||
vals
|
||||
};
|
||||
|
||||
let a_values = self.a.iter().map(|chunk| wire_chunk_to_vals(*chunk)).collect();
|
||||
let b_values = self.b.iter().map(|chunk| wire_chunk_to_vals(*chunk)).collect();
|
||||
let a_values = self
|
||||
.a
|
||||
.iter()
|
||||
.map(|chunk| wire_chunk_to_vals(*chunk))
|
||||
.collect();
|
||||
let b_values = self
|
||||
.b
|
||||
.iter()
|
||||
.map(|chunk| wire_chunk_to_vals(*chunk))
|
||||
.collect();
|
||||
route(
|
||||
a_values,
|
||||
b_values,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user