UNPKG

pbkdf2

Version:

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

5 lines (3 loc) 100 B
'use strict'; exports.pbkdf2 = require('./lib/async'); exports.pbkdf2Sync = require('./lib/sync');