UNPKG

@tencent-sdk/common

Version:
5 lines 246 B
/// <reference types="node" /> import { BinaryLike } from 'crypto'; export declare function sha1(str: string, key: BinaryLike): string; export declare function hash(str: string, algorithm: string): string; //# sourceMappingURL=cropto.d.ts.map