// ---
// tags: nox, rust
// crystal-type: source
// crystal-domain: comp
// ---
//! nox โ proof-native virtual machine โ algebra-parameterized
//!
//! 16 deterministic patterns + 1 non-deterministic call + 1 deterministic look.
//! every execution produces a trace that IS the STARK witness.
//!
//! reduce(object, formula, budget) -> Outcome
extern crate alloc;
pub use ;
pub use ;
pub use ;
nox/rs/lib.rs
ฯ 0.0%