// ------------------------------------------------------------------------
// 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/ml_kem.rs
// libcrux-ml-kem 0.0.4 exact API
pub use ;
pub use ;
/// ML-KEM-1024 shared secret type (32 bytes).
pub type KyberSharedSecret = ;