mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 06:43:07 +00:00
Merge two impls
This commit is contained in:
parent
2fcfa230a6
commit
181ddf93ab
@ -82,8 +82,7 @@ impl<F: Field> PartitionWitness<F> {
|
||||
self.forest[x.index] = x;
|
||||
self.forest[y.index] = y;
|
||||
}
|
||||
}
|
||||
impl<F: Field> PartitionWitness<F> {
|
||||
|
||||
pub fn wire_partition(&mut self) -> WirePartition {
|
||||
let mut partition = HashMap::<_, Vec<_>>::new();
|
||||
for gate in 0..self.degree {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user