speakmore-2.0/node_modules/mz/crypto.js

10 lines
135 B
JavaScript
Raw Permalink Normal View History

require('thenify-all').withCallback(
require('crypto'),
exports, [
'pbkdf2',
'pseudoRandomBytes',
'randomBytes'
]
)