UNPKG

@okxweb3/crypto-lib

Version:

A base package for @okxweb3/coin-*

5 lines (4 loc) 218 B
/// <reference types="node" /> import { Input } from "@noble/hashes/utils"; export declare function hmacSHA256(key: Input, buffer: Input): Buffer; export declare function hmacSHA512(key: Input, buffer: Input): Buffer;