pub fn union_unique(namespace: &[u8], msg: &[u8]) -> Vec<u8> ⓘExpand description
Concatenate a namespace and a message, prepended by a varint encoding of the namespace length.
This produces a unique byte sequence (i.e. no collisions) for each (namespace, msg) pair.