Skip to main content

content_hash_u64

Function content_hash_u64 

Source
pub fn content_hash_u64(content: &str) -> u64
Expand 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.