Skip to main content
Glama
sha.d.ts743 B
import { HashFunction } from "./hash"; export declare class Sha256 implements HashFunction { readonly blockSize: number; private readonly impl; constructor(firstData?: Uint8Array); update(data: Uint8Array): Sha256; digest(): Uint8Array; } /** Convenience function equivalent to `new Sha256(data).digest()` */ export declare function sha256(data: Uint8Array): Uint8Array; export declare class Sha512 implements HashFunction { readonly blockSize: number; private readonly impl; constructor(firstData?: Uint8Array); update(data: Uint8Array): Sha512; digest(): Uint8Array; } /** Convenience function equivalent to `new Sha512(data).digest()` */ export declare function sha512(data: Uint8Array): 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