// SPDX-FileCopyrightText: Copyright © 2026 ReallyMe LLC. All rights reserved
//
// SPDX-License-Identifier: Apache-2.0
//! KMAC256 key derivation using the KMAC primitive defined by NIST SP 800-185.
//!
//! Native and WebAssembly lanes intentionally use the same implementation so
//! protocol adapters derive identical bytes on every supported runtime.
pub use derive_kmac256;
pub use ;