Skip to main content
Glama

mcp-helper-tools

compareHashes

Compare two cryptographic hashes in constant time to ensure secure and efficient verification, preventing timing attacks.

Instructions

Compare two hashes in constant time

Input Schema

NameRequiredDescriptionDefault
hash1YesFirst hash to compare
hash2YesSecond hash to compare

Input Schema (JSON Schema)

{ "properties": { "hash1": { "description": "First hash to compare", "type": "string" }, "hash2": { "description": "Second hash to compare", "type": "string" } }, "required": [ "hash1", "hash2" ], "type": "object" }
Install Server

Other Tools from mcp-helper-tools

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MissionSquad/mcp-helper-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server