acir 0.4.0-alpha

ACIR is the IR that the VM processes, it is analogous to LLVM IR
Documentation
1
2
3
4
5
6
7
mod arithmetic;
mod linear;
mod witness;

pub use arithmetic::Expression;
pub use linear::Linear;
pub use witness::Witness;