Function xxhash_rust::xxh3::xxh3_64_with_secret
source ยท pub fn xxh3_64_with_secret(input: &[u8], secret: &[u8]) -> u64
Expand description
Returns 64bit hash for provided input using custom secret.
pub fn xxh3_64_with_secret(input: &[u8], secret: &[u8]) -> u64
Returns 64bit hash for provided input using custom secret.