compareHashes
Compare two cryptographic hashes securely using constant-time comparison to prevent timing attacks, ensuring equal or different verification without exposing sensitive data.
Instructions
Compare two hashes in constant time
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hash1 | Yes | First hash to compare | |
hash2 | Yes | Second hash to compare |