Files
powdr/std/mod.asm
Georg Wiese f0af0c18c3 Remove all top level declarations (#1512)
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>
2024-07-02 13:02:59 +00:00

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;