eudr_verify_audit_integrity
Verifies SHA-256 chain of custody and tamper-evidence for EUDR audit bundles by comparing the audit payload against an expected cryptographic hash, ensuring data integrity.
Instructions
Verifies SHA-256 cryptographic chain of custody and tamper-evidence for an EUDR compliance audit bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_payload | Yes | Audit record dictionary containing reference_id, plots, timestamp, and signature. | |
| expected_hash | Yes | Cryptographic SHA-256 hash to verify against. |