pub fn make_id(domain: &str, data: &[u8]) -> u128
Compute a deterministic u128 ID from a domain tag and arbitrary data.
u128
The domain tag prevents collisions between different entity kinds that might share the same data bytes.