Back to DigiEmu
DigiEmu Proof
PASS / FAIL verification for deterministic execution integrity.
DigiEmu Proof checks whether snapshots, receipts and transition chains compose into a verifiable result. The goal is not another explanation layer, but concrete verification evidence.
PASS example
{
"verifier": "digiemu-proof",
"core": "2.0-draft.4",
"result": "PASS",
"checks": [
"canonical_state_hash",
"receipt_prev_state_hash",
"receipt_next_state_hash",
"chain_continuity",
"tamper_detection"
]
}Verified checks
canonical_state_hash
receipt_prev_state_hash
receipt_next_state_hash
chain_continuity
tamper_detection
Conformance failure examples
Failures should be visible, reproducible and explainable.
Hash mismatch
The reconstructed canonical state does not match the expected state hash.
Broken receipt chain
A receipt does not correctly link the previous state hash to the next state hash.
Boundary violation
Non-deterministic metadata was included inside the deterministic state boundary.