// Copyright (c) 2026 Deendayal Kumawat. All rights reserved.
// Licensed under the MIT OR Apache-2.0 license.
//! Hash computation — wyhash split into H1, H2, ext_fp_hi, ext_fp.
use Hasher;
/// Result of hashing a key, split into components.
/// Compute hash of a key and split into H1, H2, ext_fp_hi, ext_fp.