// [AIR-3][AIS-3][BPC-3][RES-3] HSM provider module declarations
// This follows official Bitcoin Improvement Proposals (BIPs) standards for HSM providers
// Each provider implements the HsmProvider trait with specific security features
// Re-export provider structs for use by other modules
pub use BitcoinHsmProvider;
pub use HardwareHsmProvider;
pub use SimulatorHsmProvider;
pub use SoftwareHsmProvider;