Skip to main content
Glama
hmac.d.ts417 B
import { HashFunction } from "./hash"; export declare class Hmac<H extends HashFunction> implements HashFunction { readonly blockSize: number; private readonly messageHasher; private readonly oKeyPad; private readonly iKeyPad; private readonly hash; constructor(hashFunctionConstructor: new () => H, originalKey: Uint8Array); update(data: Uint8Array): Hmac<H>; digest(): Uint8Array; }

Latest Blog Posts

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/MyronKoch-dev/osmosis-mcp-server'

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