aozhiwei 0a973d12e3 1
2022-01-27 17:32:21 +08:00

4 lines
200 B
TypeScript

/// <reference types="node" />
import { Hash } from "crypto";
export declare function createHashFunction(hashConstructor: () => Hash): (msg: Buffer) => Buffer;
//# sourceMappingURL=hash-utils.d.ts.map