valid_chain list |
|---|
[
{
"spec": "zba-evidence/1.1",
"asset_id": "urn:zba:test:asset-001",
"recursion_depth": 0,
"policy_id": "zba-reference",
"policy_version": "1.1.0",
"payload_commitment": "841899e9186dd74c72cd7076ae16e5231a945992659f3ff292836418651a6ea1",
"commitment_algorithm": "sha-256",
"sequence": ... |
Zero Boundary Algebra 1.1 reference profile
The reference profile turns the paper's structural claims into executable checks.
Run with Python 3.11 or later:
python property_check.py
Expected public results:
- 144 finite-domain states checked;
- 144/144 mirror-involution checks pass;
- 144/144 reset-idempotence checks pass;
- 144/144 structural mirror/reset commutation checks pass;
- one six-record valid chain accepted;
- 14/14 seeded mutations, deletions, reorderings, and duplications rejected.
This is a research verifier, not production cryptographic software. It deliberately excludes signatures, key custody, AEAD, trusted timestamps, external witness validation, and endpoint security.
- Downloads last month
- 10