LICENSE
README.md
pyproject.toml
tests/test_cdc.py
tests/test_cli.py
tests/test_compressed_verifier.py
tests/test_deflate_parser.py
tests/test_deflate_rigor.py
tests/test_gzip_parser.py
tests/test_integrity.py
tests/test_lz4_parser.py
tests/test_lz77.py
tests/test_multihash.py
tests/test_pipeline_api.py
tests/test_pipeline_integration.py
tests/test_polynomial_hash.py
tests/test_rope.py
tests/test_rope_comprehensive.py
tests/test_sliding_rope.py
tests/test_zstd_parser.py
tests/test_zstd_rigor.py
uhc/__init__.py
uhc/cli.py
uhc.egg-info/PKG-INFO
uhc.egg-info/SOURCES.txt
uhc.egg-info/dependency_links.txt
uhc.egg-info/entry_points.txt
uhc.egg-info/requires.txt
uhc.egg-info/top_level.txt
uhc/chunking/__init__.py
uhc/chunking/cdc.py
uhc/core/__init__.py
uhc/core/compressed_verifier.py
uhc/core/deflate.py
uhc/core/gzip_parser.py
uhc/core/integrity.py
uhc/core/lz4_parser.py
uhc/core/lz77.py
uhc/core/multihash.py
uhc/core/polynomial_hash.py
uhc/core/rope.py
uhc/core/zstd_parser.py
uhc/engine/__init__.py
uhc/engine/pipeline.py
uhc/formats/__init__.py