//! # blvm-primitives
//!
//! Foundational types, serialization, crypto, and config for Bitcoin consensus and protocol layers.
//!
//! This crate provides the shared foundation that both blvm-consensus and blvm-protocol depend on,
//! enabling parallel compilation and clean separation of concerns.
// Re-export commonly used items
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use ;
pub use *;