UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

13 lines (8 loc) 262 B
var pbkdf2Export = require('pbkdf2-compat/pbkdf2') module.exports = function (crypto, exports) { exports = exports || {} var exported = pbkdf2Export(crypto) exports.pbkdf2 = exported.pbkdf2 exports.pbkdf2Sync = exported.pbkdf2Sync return exports }