verify_proof
Check a Merkle proof to verify a leaf belongs to a tree with a given root. Validates data integrity and authenticity for verifiable memory.
Instructions
Verify a Merkle inclusion proof (leaf, proof, root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leaf | Yes | ||
| root | Yes | ||
| proof | Yes |