compareHashes
Compare two cryptographic hashes securely in constant time to verify integrity and prevent timing attacks.
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 |