You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Field mapping:
45
45
|`hashes.request`|`input_hash`| SHA-256 of canonical JSON (identical algorithm) |
46
46
|`hashes.response`|`output_hash`| SHA-256 of canonical JSON (identical algorithm) |
47
47
|`timestamp`|`step.timestamp`| ISO 8601 UTC |
48
-
|`parties.agent_identity` + DID endpoint |`step.agent_did`|`did:web:trust.arkforge.tech` resolves to the Ed25519 signing key |
48
+
|`parties.agent_identity` + `parties.agent_identity_verified` + DID endpoint |`step.agent_did`|`agent_identity` carries the verified DID when `agent_identity_verified: true`;`did:web:trust.arkforge.tech` resolves to the Ed25519 signing key |
49
49
|`arkforge_signature`|`signature`| Ed25519 — signs the chain hash (proof-spec) vs. canonical receipt (CR v0.1) |
50
50
|`hashes.chain`| no equivalent | Additional witness: binds payment + identity + request + response into one sealed hash |
0 commit comments