UNPKG

@ethersproject/pbkdf2

Version:

The PBKDF2 password-pbased key derivation function for ethers.

3 lines 223 B
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