UNPKG

102 BJavaScriptView Raw
1var crypto = require('crypto')
2
3exports.pbkdf2Sync = crypto.pbkdf2Sync
4exports.pbkdf2 = crypto.pbkdf2