pub trait DynFsVerityDigest: DynDigest + Write {
// Required method
fn inner_hash_algorithm(&self) -> InnerHashAlgorithm;
}Expand description
For trait objects of FsVerityDigest, when the inner hash is not statically known
pub trait DynFsVerityDigest: DynDigest + Write {
// Required method
fn inner_hash_algorithm(&self) -> InnerHashAlgorithm;
}For trait objects of FsVerityDigest, when the inner hash is not statically known