compare_hashes
Compare two hashes in constant time (timing-safe).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash1 | Yes | First hash | |
| hash2 | Yes | Second hash |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash1 | Yes | ||
| hash2 | Yes | ||
| are_equal | Yes | ||
| comparison_method | Yes |