UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

3 lines (2 loc) 285 B
export declare function pbkdf2(password: Uint8Array, salt: Uint8Array, iterations: number, keylen: number, digest: string): Promise<Uint8Array>; export declare function pbkdf2Sync(password: Uint8Array, salt: Uint8Array, iterations: number, keylen: number, digest: string): Uint8Array;