// ------------------------------------------------------------------------
// PQC-COMBO v0.2.0
// ------------------------------------------------------------------------
// Copyright © 2025 Aaron Schnacky. All rights reserved.
// License: MIT (publicly auditable for FIPS/CMVP verification)
// Contact: aaronschnacky@gmail.com
// ------------------------------------------------------------------------
// src/error.rs
/// Errors that can occur during cryptographic operations or FIPS state checks.
/// specialized Result type for PQC operations.
pub type Result<T> = Result;