pub fn new_dyn_with_salt<S: AsRef<[u8]> + Clone + Default + 'static>(
    inner_hash: InnerHashAlgorithm,
    salt: S
) -> Box<dyn DynFsVerityDigest>
Expand description

Like FsVerityDigest::new_with_salt, but you can choose the hash algorithm at runtime.

Please check the linked function for additional notes about specifying a salt.