// Copyright 2026 Jay Gowdy
// SPDX-License-Identifier: MIT
//! Platform-agnostic types, traits, and utilities for hardware-backed key management.
//!
//! This crate provides the core abstractions shared across macOS Secure Enclave,
//! Windows TPM 2.0, and WSL bridge implementations.
pub use ;
pub use KeyMeta;
pub use ;
pub use ;