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.
pub fn hash_encode_with(
data: &[u8],
algo: HashAlgorithm,
registry: &DictionaryRegistry,
) -> Result<HashEncodeResult, Box<dyn Error>>Hash data with a specific algorithm and encode with a random dictionary.