pub fn verify_content<R: Read>(
manifest: &ContentManifest,
reader: &mut R,
) -> Result<(), IntegrityError>Expand description
Verify complete content from a reader against a manifest.
pub fn verify_content<R: Read>(
manifest: &ContentManifest,
reader: &mut R,
) -> Result<(), IntegrityError>Verify complete content from a reader against a manifest.