devsite/node_modules/mz/crypto.js

10 lines
135 B
JavaScript
Raw Permalink Normal View History

2024-07-08 01:49:38 +00:00
require('thenify-all').withCallback(
require('crypto'),
exports, [
'pbkdf2',
'pseudoRandomBytes',
'randomBytes'
]
)