LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
scitt_cose/__init__.py
scitt_cose/_status.py
scitt_cose/cli.py
scitt_cose/cll.py
scitt_cose/cose_sign1.py
scitt_cose/merkle.py
scitt_cose/receipt.py
scitt_cose/statement.py
scitt_cose/vectors.py
scitt_cose.egg-info/PKG-INFO
scitt_cose.egg-info/SOURCES.txt
scitt_cose.egg-info/dependency_links.txt
scitt_cose.egg-info/entry_points.txt
scitt_cose.egg-info/requires.txt
scitt_cose.egg-info/top_level.txt
test-vectors/README.md
test-vectors/SHA256SUMS
test-vectors/manifest.json
test-vectors/capsule-id/PROVENANCE.md
test-vectors/capsule-id/capsule-1.json
test-vectors/capsule-id/capsule-2-tampered.json
test-vectors/capsule-id/capsule-2.json
test-vectors/capsule-id/capsule-3.json
test-vectors/capsule-id/expected.json
test-vectors/mmr/kat39.json
test-vectors/mmr/proof-vectors.json
test-vectors/tamper-states/chain_gap/bundle.json
test-vectors/tamper-states/chain_gap/expected.json
test-vectors/tamper-states/digest_mismatch/bundle.json
test-vectors/tamper-states/digest_mismatch/expected.json
test-vectors/tamper-states/offline_pass/bundle.json
test-vectors/tamper-states/offline_pass/expected.json
test-vectors/tamper-states/witness_downgrade/bundle.json
test-vectors/tamper-states/witness_downgrade/expected.json
test-vectors/v1/.gitignore
test-vectors/v1/fail-bad-statement-sig/expected.json
test-vectors/v1/fail-bad-statement-sig/issuer-key.pub
test-vectors/v1/fail-bad-statement-sig/log-key.pub
test-vectors/v1/fail-bad-statement-sig/payload.bin
test-vectors/v1/fail-bad-statement-sig/receipt.cose
test-vectors/v1/fail-bad-statement-sig/statement.cose
test-vectors/v1/fail-tampered-path/expected.json
test-vectors/v1/fail-tampered-path/issuer-key.pub
test-vectors/v1/fail-tampered-path/log-key.pub
test-vectors/v1/fail-tampered-path/payload.bin
test-vectors/v1/fail-tampered-path/receipt.cose
test-vectors/v1/fail-tampered-path/statement.cose
test-vectors/v1/fail-unsupported-vds/expected.json
test-vectors/v1/fail-unsupported-vds/issuer-key.pub
test-vectors/v1/fail-unsupported-vds/log-key.pub
test-vectors/v1/fail-unsupported-vds/payload.bin
test-vectors/v1/fail-unsupported-vds/receipt.cose
test-vectors/v1/fail-unsupported-vds/statement.cose
test-vectors/v1/valid-ccf-vds2/expected.json
test-vectors/v1/valid-ccf-vds2/issuer-key.pub
test-vectors/v1/valid-ccf-vds2/log-key.pub
test-vectors/v1/valid-ccf-vds2/payload.bin
test-vectors/v1/valid-ccf-vds2/receipt.cose
test-vectors/v1/valid-ccf-vds2/statement.cose
test-vectors/v1/valid-eddsa/expected.json
test-vectors/v1/valid-eddsa/issuer-key.pub
test-vectors/v1/valid-eddsa/log-key.pub
test-vectors/v1/valid-eddsa/payload.bin
test-vectors/v1/valid-eddsa/receipt.cose
test-vectors/v1/valid-eddsa/statement.cose
test-vectors/v1/valid-es256/expected.json
test-vectors/v1/valid-es256/issuer-key.pub
test-vectors/v1/valid-es256/log-key.pub
test-vectors/v1/valid-es256/payload.bin
test-vectors/v1/valid-es256/receipt.cose
test-vectors/v1/valid-es256/statement.cose
tests/conftest.py
tests/test_ccf_interop.py
tests/test_cli_and_status.py
tests/test_cll.py
tests/test_cose_sign1.py
tests/test_cose_wg_vectors.py
tests/test_crosslang_go.py
tests/test_differential_fuzz.py
tests/test_hardening.py
tests/test_iana_codepoints.py
tests/test_merkle.py
tests/test_negative_conformance.py
tests/test_packaging.py
tests/test_receipt.py
tests/test_rfc9162_vectors.py
tests/test_statement.py
tests/test_thirdparty_cose.py
tests/test_vectors.py