ethers.js/packages/pbkdf2/lib.esm/pbkdf2.d.ts
2021-01-19 05:22:54 -05:00

3 lines
223 B
TypeScript

import { BytesLike } from "@ethersproject/bytes";
export declare function pbkdf2(password: BytesLike, salt: BytesLike, iterations: number, keylen: number, hashAlgorithm: string): string;
//# sourceMappingURL=pbkdf2.d.ts.map