hexo/node_modules/mz/crypto.js

10 lines
144 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
require('thenify-all').withCallback(
require('crypto'),
exports, [
'pbkdf2',
'pseudoRandomBytes',
'randomBytes'
]
)