hmac
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
HMAC Generator — Compute an HMAC digest (SHA-256 by default) for a key–message pair.
Parameters schema
{
"type": "object",
"required": [
"key",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Secret key"
},
"message": {
"type": "string",
"description": "Message to authenticate"
},
"algorithm": {
"enum": [
"sha1",
"sha256",
"sha512",
"md5"
],
"type": "string",
"description": "Hash"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries