nix_compat::nixhash

Function from_algo_and_digest

Source
pub fn from_algo_and_digest(
    algo: HashAlgo,
    digest: &[u8],
) -> NixHashResult<NixHash>
Expand description

Constructs a new NixHash by specifying HashAlgo and digest. It can fail if the passed digest length doesn’t match what’s expected for the passed algo.