Files
powdr/test_data/asm/empty.asm
2023-11-07 10:32:41 +01:00

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;
}