COPYING
COPYING.LESSER
README.md
pyproject.toml
src/openvc/__init__.py
src/openvc/cache.py
src/openvc/errors.py
src/openvc/fetch.py
src/openvc/jwe.py
src/openvc/jwt_vc_issuer.py
src/openvc/keys.py
src/openvc/multibase.py
src/openvc/openid4vp.py
src/openvc/py.typed
src/openvc/resolvers.py
src/openvc/schema.py
src/openvc/type_metadata.py
src/openvc/verify.py
src/openvc/x5c.py
src/openvc/did/__init__.py
src/openvc/did/base.py
src/openvc/did/did_jwk.py
src/openvc/did/did_key.py
src/openvc/did/did_web.py
src/openvc/proof/__init__.py
src/openvc/proof/_jcs.py
src/openvc/proof/_jws.py
src/openvc/proof/_verify_common.py
src/openvc/proof/data_integrity.py
src/openvc/proof/di_ecdsa_rdfc.py
src/openvc/proof/di_jcs.py
src/openvc/proof/ecdsa_sd.py
src/openvc/proof/errors.py
src/openvc/proof/sd_jwt.py
src/openvc/proof/vc_jwt.py
src/openvc/proof/vp_jwt.py
src/openvc/proof/contexts/__init__.py
src/openvc/proof/contexts/credentials-v2.json
src/openvc/status/__init__.py
src/openvc/status/_decompress.py
src/openvc/status/bitstring.py
src/openvc/status/issue.py
src/openvc/status/status_list.py
src/openvc/status/token_status_list.py
src/openvc_core.egg-info/PKG-INFO
src/openvc_core.egg-info/SOURCES.txt
src/openvc_core.egg-info/dependency_links.txt
src/openvc_core.egg-info/requires.txt
src/openvc_core.egg-info/top_level.txt
src/openvc_ebsi/__init__.py
src/openvc_ebsi/errors.py
src/openvc_ebsi/http.py
src/openvc_ebsi/models.py
src/openvc_ebsi/py.typed
src/openvc_ebsi/trust.py
src/openvc_ebsi/verify.py
src/openvc_ebsi/versioning.py
tests/test_cache.py
tests/test_conformance_openid4vp.py
tests/test_conformance_vectors.py
tests/test_data_integrity.py
tests/test_di_ecdsa_rdfc.py
tests/test_di_jcs.py
tests/test_did_jwk.py
tests/test_ebsi_verifier.py
tests/test_ecdsa_sd.py
tests/test_ecdsa_sd_interop.py
tests/test_ecdsa_sd_roundtrip.py
tests/test_error_taxonomy.py
tests/test_errors.py
tests/test_examples.py
tests/test_fetch.py
tests/test_fuzz_codecs.py
tests/test_jwe.py
tests/test_jwt_vc_issuer.py
tests/test_openid4vp.py
tests/test_p384.py
tests/test_resolvers.py
tests/test_return_contract.py
tests/test_schema.py
tests/test_sd_jwt.py
tests/test_status.py
tests/test_status_decompress.py
tests/test_status_issue.py
tests/test_token_status_list.py
tests/test_trust_chain.py
tests/test_type_metadata.py
tests/test_verify_common.py
tests/test_verify_glue.py
tests/test_verify_pipeline.py
tests/test_vp_jwt.py
tests/test_x5c.py