pub fn hash_with_config(
data: &[u8],
algorithm: HashAlgorithm,
config: &XxHashConfig,
) -> Vec<u8> ⓘExpand description
Compute hash of data using the specified algorithm with custom configuration.
pub fn hash_with_config(
data: &[u8],
algorithm: HashAlgorithm,
config: &XxHashConfig,
) -> Vec<u8> ⓘCompute hash of data using the specified algorithm with custom configuration.