//! Software implementations of free-input calls.
//!
//! These are used on native (non-zkVM) targets for testing and hint/trace generation.
//! Each module mirrors the corresponding [`fcalls`](super::fcalls) wrapper and computes the
//! same result using standard Rust arithmetic.
pub use *;