Files
powdr/test_data/asm/empty.asm
2024-07-26 08:16:45 +00:00

5 lines
197 B
Rust

// 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 with degree: 4 {
col witness w;
w = w * w;
}