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
invar verify ... --verdict-out verdict.cose: the verifier's conclusion (worldline digest, per-entry verdicts, checks run incl. the spot-check challenge, summary) as a certified COSE_Sign1 signed by the verifier's software or TPM key; registrable in the transparency log; REJECT runs produce one too.
invar scitt agree a.cose b.cose: independent verifiers (distinct keys) must reach the same per-entry verdicts on the same worldline — N-version verification across implementations, machines, or vendors.
receipt.openpcc on every signed response: an OpenPCC-shaped {type: ExecutionReceipt, data, signature} evidence piece; go/crverifyVerifyExecutionReceipt performs the four client checks (certificate+chain, attestation-bundle digest + nonce, node key signature, prompt/output digests), tested on a real bound, signed worldline with five negative controls.
Go spot-check gains -units (all 7 matmuls per layer, 6,720 rows in 0.20 s); verify --units uses it when present.