mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Includes #1511, but also removes the declarations of the challenges in the `permutation` and `lookup` modules. With these changes, we never declare a column or challenge outside a machine namespace. This greatly simplifies #1470. --------- Co-authored-by: schaeff <thibaut@schaeff.fr> Co-authored-by: chriseth <chris@ethereum.org>
14 lines
159 B
Rust
14 lines
159 B
Rust
mod array;
|
|
mod btree;
|
|
mod check;
|
|
mod convert;
|
|
mod debug;
|
|
mod field;
|
|
mod machines;
|
|
mod math;
|
|
mod prelude;
|
|
mod protocols;
|
|
mod prover;
|
|
mod utils;
|
|
mod well_known;
|