pub mod circuit;
pub mod constants;
pub mod errors;
#[cfg(test)]
mod format_fingerprint;
pub mod gate;
pub mod ops;
use crate::circuit::latest;
pub type FieldType = latest::FieldType;
pub type AlgebraicType = latest::AlgebraicType;
pub type ShareOrPlaintext = latest::ShareOrPlaintext;