Swap-Aggregator-Subgraph/node_modules/asmcrypto.js/dist_es5/pbkdf2/pbkdf2-hmac-sha1.d.ts
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

2 lines
123 B
TypeScript
Executable File

export declare function Pbkdf2HmacSha1(password: Uint8Array, salt: Uint8Array, count: number, length: number): Uint8Array;