mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-17 13:13:11 +00:00
fix
This commit is contained in:
parent
e8fe799ecd
commit
94b999c2c1
@ -164,7 +164,7 @@ fn make_initial_stack(
|
||||
input.extend(g0);
|
||||
input.extend(vec![in2]);
|
||||
input.extend(g1);
|
||||
input.extend(vec![in2, out, in1]);
|
||||
input.extend(vec![in2, out, in1, out]);
|
||||
input.reverse();
|
||||
|
||||
input
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user