CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
SECURITY.md
pyproject.toml
uv.lock
vulture_whitelist.py
.github/CODEOWNERS
.github/dependabot.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/verification-failed.yml
.github/workflows/codspeed.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/benchmarks.md
docs/c2pa-compatibility.md
docs/deviations.md
docs/known-divergences.md
docs/mutation-audit.md
docs/open-questions.md
docs/release-scope.md
docs/releasing.md
docs/robustness.md
docs/upstream-filing.md
src/c2patxt/__init__.py
src/c2patxt/_cbor.py
src/c2patxt/_cose.py
src/c2patxt/_embed.py
src/c2patxt/_extract.py
src/c2patxt/_fixpoint.py
src/c2patxt/_jumbf.py
src/c2patxt/_locate.py
src/c2patxt/_selectors.py
src/c2patxt/_verify.py
src/c2patxt/constants.py
src/c2patxt/exceptions.py
src/c2patxt/manifest.py
src/c2patxt/py.typed
src/c2patxt/signing.py
src/c2patxt/status.py
src/c2patxt/trust.py
src/c2patxt/verdict.py
src/c2patxt.egg-info/PKG-INFO
src/c2patxt.egg-info/SOURCES.txt
src/c2patxt.egg-info/dependency_links.txt
src/c2patxt.egg-info/requires.txt
src/c2patxt.egg-info/top_level.txt
tests/__init__.py
tests/_json.py
tests/conftest.py
tests/test_api_surface.py
tests/test_cbor.py
tests/test_compatibility.py
tests/test_constants.py
tests/test_cose.py
tests/test_deviations_index.py
tests/test_divergences.py
tests/test_doc_references.py
tests/test_embed.py
tests/test_external_vectors.py
tests/test_extract.py
tests/test_fixpoint.py
tests/test_jumbf.py
tests/test_leaf_rule.py
tests/test_locate.py
tests/test_manifest.py
tests/test_negative.py
tests/test_normalization.py
tests/test_package.py
tests/test_properties.py
tests/test_readme_examples.py
tests/test_regressions.py
tests/test_rubric.py
tests/test_sdist.py
tests/test_selectors.py
tests/test_signing.py
tests/test_status.py
tests/test_strip.py
tests/test_third_party_interop.py
tests/test_trust.py
tests/test_vector_file.py
tests/test_verdict.py
tests/test_verify.py
tests/benchmarks/__init__.py
tests/benchmarks/test_bench_c2patxt.py
tests/vectors/A8ConformanceTest-1.2.1.txt
tests/vectors/LICENSE
tests/vectors/README.md
tests/vectors/SHA256SUMS
tests/vectors/__init__.py
tests/vectors/loader.py
tests/vectors/cbor/PROVENANCE.md
tests/vectors/cbor/bad.cbor
tests/vectors/cbor/bad.edn
tests/vectors/cbor/mt0.cbor
tests/vectors/cbor/mt0.edn
tests/vectors/cbor/mt1.cbor
tests/vectors/cbor/mt1.edn
tests/vectors/cbor/mt2.cbor
tests/vectors/cbor/mt2.edn
tests/vectors/cbor/mt3.cbor
tests/vectors/cbor/mt3.edn
tests/vectors/cbor/mt4.cbor
tests/vectors/cbor/mt4.edn
tests/vectors/cbor/mt5.cbor
tests/vectors/cbor/mt5.edn
tests/vectors/cbor/mt6.cbor
tests/vectors/cbor/mt6.edn
tests/vectors/cbor/mt7-float.cbor
tests/vectors/cbor/mt7-float.edn
tests/vectors/cbor/mt7-simple.cbor
tests/vectors/cbor/mt7-simple.edn
tests/vectors/cbor/streaming.cbor
tests/vectors/cbor/streaming.edn
tests/vectors/cose/PROVENANCE.md
tests/vectors/cose/eddsa-01.json
tests/vectors/cose/eddsa-sig-01.json
tests/vectors/cose/eddsa-sig-02.json
tests/vectors/cose/sign-fail-01.json
tests/vectors/cose/sign-fail-02.json
tests/vectors/cose/sign-fail-03.json
tests/vectors/cose/sign-fail-04.json
tests/vectors/cose/sign-fail-06.json
tests/vectors/cose/sign-fail-07.json
tests/vectors/cose/sign-pass-01.json
tests/vectors/cose/sign-pass-02.json
tests/vectors/cose/sign-pass-03.json
tests/vectors/third_party/PROVENANCE.md
tests/vectors/third_party/encypher-golden-vectors.json
tests/vectors/third_party/writerslogic-a8-variation-selector.json
tools/__init__.py
tools/robustness.py