// ---
// tags: jali, rust
// crystal-type: source
// crystal-domain: comp
// ---
//! jali โ polynomial ring arithmetic: R_q = F_p[x]/(x^n+1)
//! the fifth algebra for provable intelligence
pub use NoiseBudget;
pub use RingElement;
// ---
// tags: jali, rust
// crystal-type: source
// crystal-domain: comp
// ---
//! jali โ polynomial ring arithmetic: R_q = F_p[x]/(x^n+1)
//! the fifth algebra for provable intelligence
pub use NoiseBudget;
pub use RingElement;