[][src]Trait fs_verity::DynFsVerityDigest

pub trait DynFsVerityDigest: DynDigest + Write {
    pub fn inner_hash_algorithm(&self) -> InnerHashAlgorithm;
}

For trait objects of FsVerityDigest, when the inner hash is not statically known

Required methods

Loading content...

Implementors

impl<D: InnerHash + 'static, S: AsRef<[u8]> + Clone + Default + 'static> DynFsVerityDigest for FsVerityDigest<D, S>[src]

Loading content...