Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
ripemd160.d.ts639 B
import type { BytesLike } from "../utils/index.js"; /** * Compute the cryptographic RIPEMD-160 hash of %%data%%. * * @_docloc: api/crypto:Hash Functions * @returns DataHexstring * * @example: * ripemd160("0x") * //_result: * * ripemd160("0x1337") * //_result: * * ripemd160(new Uint8Array([ 0x13, 0x37 ])) * //_result: * */ export declare function ripemd160(_data: BytesLike): string; export declare namespace ripemd160 { var _: (data: Uint8Array) => Uint8Array; var lock: () => void; var register: (func: (data: Uint8Array) => BytesLike) => void; } //# sourceMappingURL=ripemd160.d.ts.map

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/5ajaki/veri5ight'

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