pub fn content_hash_u64(content: &str) -> u64Expand description
The content hash carried on a chat message: FNV-1a q_hash of the content, masked to the 60-bit
object space. Public so interop layers (e.g. solid_chat) can reproduce it for imported messages.