mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
7 lines
273 B
NASM
7 lines
273 B
NASM
// this cannot quite be empty yet, as we rely on fixed columns to determine the degree. TODO: change this because it's odd
|
|
// also, for halo2 to generate a proof, we need at least one constraint.
|
|
machine Empty {
|
|
col fixed A(i) { i };
|
|
col witness w;
|
|
w = w * w;
|
|
} |