pub fn get_recursive_digest_for_paths<Digest: Digest + FixedOutput, H>(
    root_path: &Path,
    paths: HashSet<PathBuf, H>
) -> Result<Vec<u8>, DigestError>where
    H: BuildHasher,