pub fn xxh3_128_with_seed(input: &[u8], seed: u64) -> u128
Expand description

Returns 128 hash for provided input using seed.

Note: While overhead of deriving new secret from provided seed is low, it would more efficient to generate secret at compile time using special function const_custom_default_secret from const_xxh3