Function xxhash_rust::xxh3::xxh3_64_with_seed
source ยท pub fn xxh3_64_with_seed(input: &[u8], seed: u64) -> u64
Expand description
Returns 64bit 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