//! Per-tensor 64-bit hash — corruption detection for mmap'd weights and
//! backbone-tensor dedup between skill files.
//!
//! Bit-for-bit identical to `vmfcore.hash64` (Python/numpy) and
//! `vmfcore::hash64` (Rust): hashes of shared tensors match across
//! `.cmf` and `.vmfc`. Not cryptographic.
/// murmur3-fmix over 64-bit LE words with positional salt, XOR fold.