pub fn compute_content_hash(content: &str) -> String
Compute a content hash using the default algorithm (MurmurHash3).
MurmurHash3 is recommended by the Agent Trace spec for cross-tool compatibility.