mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
fix (wires were out of order)
This commit is contained in:
parent
75ff36decb
commit
63246bc2f7
@ -487,9 +487,9 @@ mod tests {
|
||||
v.push(first_input);
|
||||
v.push(second_input);
|
||||
v.push(z);
|
||||
v.append(&mut z_bits);
|
||||
v.append(&mut first_input_chunks);
|
||||
v.append(&mut second_input_chunks);
|
||||
v.append(&mut z_bits);
|
||||
v.append(&mut equality_dummies);
|
||||
v.append(&mut chunks_equal);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user