//! Nitro Enclave attestation types for SP1 zkVM circuit and on-chain verification.
//!
//! These types are shared between the SP1 attestation circuit (riscv32 target),
//! the challenger (host-side proof generation), and the on-chain verifier
//! (AttestationProofVerifier.sol). All types must be serde-compatible and
//! ABI-encodable for cross-boundary use.
pub use AttestationContext;
pub use ;
pub use ;