hash_encode_with

Function hash_encode_with 

Source
pub fn hash_encode_with(
    data: &[u8],
    algo: HashAlgorithm,
    registry: &DictionaryRegistry,
) -> Result<HashEncodeResult, Box<dyn Error>>
Expand description

Hash data with a specific algorithm and encode with a random dictionary.