UNPKG

js-crypto-hash

Version:
9 lines (8 loc) 275 B
/** * index.js */ export declare const compute: (msg: Uint8Array, hash?: import("./params").HashTypes) => Promise<Uint8Array>; declare const _default: { compute: (msg: Uint8Array, hash?: import("./params").HashTypes) => Promise<Uint8Array>; }; export default _default;