//! ONNX realization spec constants + axis selection. The capacity
//! profile is the shared [`crate::bounds::AddrBounds`]; only the ONNX IR
//! v13 spec / policy constants live here.
pub use ;
/// Canonical `Hasher<32>` selection. Re-exported from the Prism standard
/// library; see wiki ADR-031 / ADR-047.
pub use Sha256Hasher;