compare_hashes
Compare two hash values to verify if they match, ensuring data integrity and consistency.
Instructions
Compare two hash values and return whether they match.
Parameters:
hash1 — First hash value.
hash2 — Second hash value to compare against.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash1 | Yes | ||
| hash2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |