//! # wickra-proof-core
//!
//! Proof-of-Backtest: fold a `(spec, data)` pair into a deterministic
//! `wickra-backtest` report and a canonical blake3 hash that anyone recomputes
//! byte-for-byte in ten languages. Verification recomputes the report and
//! compares hashes, so a forged report cannot pass.
//!
//! [`canonicalize`] is the single source of the hash's stability; [`prove`] and
//! [`verify`] are the core operations; [`Prover`] exposes the same
//! `command_json` boundary the ten language bindings forward verbatim.
pub use ;
pub use Config;
pub use ;
pub use ;
pub use ProofSpec;
/// The OHLCV candle type consumed by [`prove`]/[`verify`], re-exported from the
/// pinned backtest engine so consumers do not depend on it directly.
pub use Candle;
/// The wickra-proof-core crate version.