// ---
// 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 RingElement;
pub use NoiseBudget;
jali/rs/src/lib.rs
ฯ 0.0%