UNPKG

eccrypto-js

Version:

Elliptic curve cryptography library (NodeJS, Browser and Pure JS)

3 lines 134 B
/// <reference types="node" /> export declare function pbkdf2(password: Buffer): Promise<Buffer>; //# sourceMappingURL=pbkdf2.d.ts.map