mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
5 lines
182 B
NASM
5 lines
182 B
NASM
// this cannot quite be empty yet, as we rely on at least one constraint existing for halo2 to generate a proof. TODO: change this
|
|
machine Empty {
|
|
col witness w;
|
|
w = w * w;
|
|
} |