1
2
3
4
5
//! Foreign field multiplication module

pub mod circuitgates;
pub mod gadget;
pub mod witness;