UNPKG

pbkdf2

Version:

This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()

14 lines (13 loc) 193 B
{ "extends": "@ljharb/tsconfig", "compilerOptions": { "target": "ES2021", "checkJs": false, "maxNodeModuleJsDepth": 0 }, "exclude": [ "coverage", "bench", "test/bundle.js" ] }