Function fs_verity::new_dyn

source ·
pub fn new_dyn(inner_hash: InnerHashAlgorithm) -> Box<dyn DynFsVerityDigest>
Expand description

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