Crypto_MCP

by 1595901624
Verified

sha512

Calculate SHA-512 hash of a string

Input Schema

NameRequiredDescriptionDefault
inputYesThe input string to hash

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "The input string to hash", "type": "string" } }, "required": [ "input" ], "type": "object" }