smatchit_tailwind_project/node_modules/mz/crypto.js
2024-07-15 15:57:41 +03:00

10 lines
135 B
JavaScript

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