claims_card_sign
Computes canonical SHA-256 hash of an AI Claims Decision Card, excluding the attestation fields, for offline Ed25519 signing.
Instructions
Compute the canonical SHA-256 hash of an AI Claims Decision Card for ed25519 signing. Sorts object keys recursively and excludes attestation.card_hash + attestation.signature before hashing. Returns the 64-char lowercase hex card_hash; caller signs it offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | Claims Decision Card. attestation.card_hash and attestation.signature are stripped before hashing. |