quartz/wallet/node_modules/@ethersproject/pbkdf2/lib.esm/pbkdf2.d.ts
2022-03-04 20:05:23 +08: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