pub fn normalised_hash(
group: &str,
identifier: &str,
modulus: u32,
) -> Result<u32>Expand description
Calculates a hash in the standard way expected for Unleash clients. Not required for extension strategies, but reusing this is probably a good idea for consistency across implementations.