// SPDX-FileCopyrightText: 2026 JC-Lab <joseph@jc-lab.net>
//
// SPDX-License-Identifier: Apache-2.0
//! Common types, errors, JVCK metadata format, and loader→driver handover
//! helpers shared across the kernel driver, the UEFI loader, and host tooling.
//!
//! The crate is `no_std` by default (kernel/UEFI). Enabling the `std` feature
//! (the default for host test crates such as `sample/crypto-test`) builds it
//! against `std` while still going through the `alloc` API surface.
extern crate alloc;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;