// SPDX-FileCopyrightText: Copyright © 2026 ReallyMe LLC. All rights reserved
//
// SPDX-License-Identifier: Apache-2.0
//! HMAC (RFC 2104 / FIPS 198-1) over SHA-256, SHA-384, and SHA-512.
//!
//! The `native` and `wasm` lanes intentionally use the same audited RustCrypto
//! implementation for byte-for-byte semantics.
pub use ;
pub use ;