CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FOUNDER_BRIEF_ZH.md
LICENSE.txt
MANIFEST.in
README.md
README.zh-CN.md
REPRODUCING.md
ROADMAP.md
SECURITY.md
codemeta.json
pyproject.toml
challenge/README.md
challenge/__init__.py
challenge/reproduce.py
challenge/verify_evidence.py
challenge/verify_reproduction.py
proof/__init__.py
proof/provision_esp32c3.py
proof/verify_esp32c3_evidence.py
proof/esp32-c3/HARDWARE.md
proof/esp32-c3/README.md
proof/esp32-c3/TRANSPORT.md
proof/esp32-c3/VIDEO-SHOT-LIST.md
proof/esp32-c3/hil_preflight.py
proof/esp32-c3/physical-proof-evidence.template.json
proof/esp32-c3/firmware/CMakeLists.txt
proof/esp32-c3/firmware/README.md
proof/esp32-c3/firmware/sdkconfig.defaults
proof/esp32-c3/firmware/components/monocypher/CMakeLists.txt
proof/esp32-c3/firmware/main/CMakeLists.txt
proof/esp32-c3/firmware/main/kgp_firmware.c
proof/esp32-c3/schemas/device-ack.schema.json
proof/esp32-c3/schemas/device-challenge.schema.json
proof/esp32-c3/schemas/device-command.schema.json
proof/esp32-c3/schemas/physical-proof-evidence.schema.json
spec/ACTION-VOCABULARY.md
spec/ATTENUATION.md
spec/DISCOVERY.md
spec/HARDWARE-TRUST.md
spec/IDENTITY.md
spec/KGP-001.md
spec/MERKLE-DISCLOSURE.md
spec/POLICY-TRUST.md
spec/PRIVACY.md
spec/RED-TEAM.md
spec/REVOCATION.md
spec/ROBOT-DEMO.md
spec/ROS2-BRIDGE.md
spec/SEQUENCE-POLICY.md
spec/STANDARD-MAPPING.md
spec/THREAT-MODEL.md
spec/schemas/action-request.schema.json
spec/schemas/action-vocabulary.schema.json
spec/schemas/capability-1.0.schema.json
spec/schemas/capability-v0.2.schema.json
spec/schemas/capability.schema.json
spec/schemas/decision.schema.json
spec/schemas/machine-permission-test-evidence.schema.json
spec/schemas/policy-rule.schema.json
spec/schemas/receipt-1.0.schema.json
spec/schemas/receipt.schema.json
spec/schemas/reproduction-report.schema.json
src/kinegrant/__init__.py
src/kinegrant/attenuation.py
src/kinegrant/attestation.py
src/kinegrant/audit.py
src/kinegrant/cache.py
src/kinegrant/canonical.py
src/kinegrant/capability.py
src/kinegrant/checkpoint.py
src/kinegrant/cli.py
src/kinegrant/compliance.py
src/kinegrant/conformance.py
src/kinegrant/crypto.py
src/kinegrant/discovery.py
src/kinegrant/distribution.py
src/kinegrant/fuzz.py
src/kinegrant/gate.py
src/kinegrant/gatekeeper.py
src/kinegrant/gatekeeper_modelcheck.py
src/kinegrant/identity.py
src/kinegrant/keys.py
src/kinegrant/merkle.py
src/kinegrant/modelcheck.py
src/kinegrant/models.py
src/kinegrant/mpt.py
src/kinegrant/obligations.py
src/kinegrant/policy.py
src/kinegrant/policy_bundle.py
src/kinegrant/privacy.py
src/kinegrant/receipt.py
src/kinegrant/redteam.py
src/kinegrant/revocation.py
src/kinegrant/semantics.py
src/kinegrant/sensor_evidence.py
src/kinegrant/sequence.py
src/kinegrant/server.py
src/kinegrant/trust.py
src/kinegrant/vocabulary.py
src/kinegrant/wire.py
src/kinegrant/adapters/__init__.py
src/kinegrant/adapters/_context.py
src/kinegrant/adapters/ieee7012.py
src/kinegrant/adapters/matter.py
src/kinegrant/adapters/mcp.py
src/kinegrant/adapters/odrl.py
src/kinegrant/adapters/opcua.py
src/kinegrant/adapters/ros2.py
src/kinegrant/adapters/wot.py
src/kinegrant/bridges/__init__.py
src/kinegrant/bridges/ros2.py
src/kinegrant/experimental/__init__.py
src/kinegrant/experimental/bridge_demo.py
src/kinegrant/experimental/esp32c3.py
src/kinegrant/experimental/esp32c3_serial.py
src/kinegrant/experimental/esp32c3_transport.py
src/kinegrant/experimental/robot_demo.py
src/kinegrant/experimental/ros2_demo.py
src/kinegrant_protocol.egg-info/PKG-INFO
src/kinegrant_protocol.egg-info/SOURCES.txt
src/kinegrant_protocol.egg-info/dependency_links.txt
src/kinegrant_protocol.egg-info/entry_points.txt
src/kinegrant_protocol.egg-info/requires.txt
src/kinegrant_protocol.egg-info/top_level.txt
tests/test_approval_tiers.py
tests/test_attenuation.py
tests/test_attestation.py
tests/test_audit.py
tests/test_benchmarks.py
tests/test_bridge_demo.py
tests/test_bridges.py
tests/test_browser_verifier.py
tests/test_cache.py
tests/test_canonical_jcs.py
tests/test_checkpoint.py
tests/test_compliance.py
tests/test_conformance.py
tests/test_discovery.py
tests/test_distribution.py
tests/test_esp32c3_evidence.py
tests/test_esp32c3_proof.py
tests/test_esp32c3_provisioning.py
tests/test_esp32c3_serial.py
tests/test_esp32c3_transport.py
tests/test_examples.py
tests/test_fuzz.py
tests/test_gatekeeper.py
tests/test_gatekeeper_modelcheck.py
tests/test_go_interop.py
tests/test_identity.py
tests/test_javascript_interop.py
tests/test_keys.py
tests/test_merkle.py
tests/test_mldsa.py
tests/test_modelcheck.py
tests/test_mpt.py
tests/test_odrl_sequences.py
tests/test_physical_constraints.py
tests/test_policy_bundle.py
tests/test_privacy.py
tests/test_profiles_interop.py
tests/test_protocol.py
tests/test_public_samples.py
tests/test_receipt_context.py
tests/test_receipt_v10.py
tests/test_redteam.py
tests/test_release_verifier.py
tests/test_reproduction.py
tests/test_revocation.py
tests/test_robot_demo.py
tests/test_ros2_demo.py
tests/test_schemas.py
tests/test_security_regressions.py
tests/test_security_review_kit.py
tests/test_semantics.py
tests/test_sensor_evidence.py
tests/test_sequence.py
tests/test_trust.py
tests/test_vocabulary.py
tests/test_wire.py