hash_with_config

Function hash_with_config 

Source
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.