pub fn unique(entropy: impl Encode) -> [u8; 32]
Returns a 32 byte datum which is guaranteed to be universally unique. entropy is provided as a facility to reduce the potential for precalculating results.
entropy