Files
red_de_investigacion_front/node_modules/mz/crypto.js
T

10 lines
135 B
JavaScript
Raw Normal View History

2020-01-14 20:43:08 -06:00
require('thenify-all').withCallback(
require('crypto'),
exports, [
'pbkdf2',
'pseudoRandomBytes',
'randomBytes'
]
)