Stage 0 · Working demo
Anyone who wants to check the cryptography themselves.
“Here's a working demo — verify it yourself, offline.”
What is real today
- done
Hash → hybrid-sign → transparency log → offline verifier
ML-DSA-65 (FIPS 204) and Ed25519 over deterministic CBOR, appended to an RFC 6962 log.
- done
Tamper-evidence proven by attack, not by assertion
The conformance run edits a byte and confirms the binding and signature domains both reject it.
- done
Policy engine and selective disclosure
- done
Audit pack export
- done
Verifier refuses under --require-hardware
A receipt without a vendor-rooted quote is rejected outright, however many other domains pass.
What is not real today
- not done
Hardware attestation is simulated
No TDX in the loop yet. The attestation domain reports `simulated` and can never report `pass` — that rule is in the verifier, not in the copy.
- not done
Public anchoring is absent
The log is signed by our keys alone, which is not tamper-evident against us. Witnesses close this and they are not built.
- not done
Capture is manual (CLI), not automatic
- not done
Single-node. No SSO, no on-prem, no certifications.