3 lines
175 B
TypeScript
3 lines
175 B
TypeScript
|
import { Arrayish } from './bytes';
|
||
|
export declare function pbkdf2(password: Arrayish, salt: Arrayish, iterations: number, keylen: number, hashAlgorithm: string): Uint8Array;
|