kimchi/circuits/polynomials/foreign_field_add/
mod.rs

1//! Foreign Field Addition module
2
3pub mod circuitgates;
4pub mod gadget;
5pub mod witness;