mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 22:00:22 -05:00
10 lines
135 B
JavaScript
10 lines
135 B
JavaScript
|
|
require('thenify-all').withCallback(
|
|
require('crypto'),
|
|
exports, [
|
|
'pbkdf2',
|
|
'pseudoRandomBytes',
|
|
'randomBytes'
|
|
]
|
|
)
|